public class ShaderSourceException extends Exception
| Constructor and Description |
|---|
ShaderSourceException(String msg)
Constructs a shader compilation exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ShaderSourceException(String msg)
msg - the error message.