Class LexerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.douira.glsl_preprocessor.LexerException
- All Implemented Interfaces:
Serializable
A preprocessor exception.
Note to users: I don't really like the name of this class. S.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLexerException
(String message) LexerException
(String message, Throwable cause) LexerException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) LexerException
(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 Details
-
LexerException
public LexerException() -
LexerException
-
LexerException
-
LexerException
-
LexerException
-