Class GLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.pfaff.glass.opengl.GLException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdescribeError(GLErrorCode code) final GLExceptionwithAdditionalMessage(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
-