Package com.jogamp.opengl.util
Class AnimatorBase.UncaughtAnimatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jogamp.opengl.util.AnimatorBase.UncaughtAnimatorException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AnimatorBase
public static class AnimatorBase.UncaughtAnimatorException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncaughtAnimatorException(GLAutoDrawable drawable, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GLAutoDrawable
getGLAutoDrawable()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncaughtAnimatorException
public UncaughtAnimatorException(GLAutoDrawable drawable, Throwable cause)
-
-
Method Detail
-
getGLAutoDrawable
public final GLAutoDrawable getGLAutoDrawable()
-
-