Class GraphicsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.gloop.opengl.exception.GraphicsException
- All Implemented Interfaces:
Serializable
This is commonly thrown when a graphics object couldn't be allocated.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGraphicsException(String message) GraphicsException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphicsException
public GraphicsException() -
GraphicsException
-
GraphicsException
-