java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.video.pgl.PGLException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofGLExceptionwithout detail message.PGLException(String msg) Constructs an instance ofGLExceptionwith the specified detail message.PGLException(String msg, Throwable cause) PGLException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PGLException
public PGLException()Creates a new instance ofGLExceptionwithout detail message. -
PGLException
Constructs an instance ofGLExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
PGLException
-
PGLException
-