- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.praxislive.video.pgl.PGLException
-
- All Implemented Interfaces:
Serializable
public class PGLException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PGLException()
Creates a new instance ofGLException
without detail message.PGLException(String msg)
Constructs an instance ofGLException
with 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 Detail
-
PGLException
public PGLException()
Creates a new instance ofGLException
without detail message.
-
PGLException
public PGLException(String msg)
Constructs an instance ofGLException
with the specified detail message.- Parameters:
msg
- the detail message.
-
PGLException
public PGLException(Throwable cause)
-
-