Class GLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.pfaff.glass.opengl.GLException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
describeError
(GLErrorCode code) final GLException
withAdditionalMessage
(String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
-
-
Constructor Details
-
GLException
-
GLException
-
-
Method Details
-
withAdditionalMessage
- Parameters:
message
- the additional message. It should end with a'.'
.
-
describeError
-