Class LexerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.douira.glsl_preprocessor.LexerException
All Implemented Interfaces:
Serializable

public class LexerException extends RuntimeException
A preprocessor exception. Note to users: I don't really like the name of this class. S.
See Also:
  • Constructor Details

    • LexerException

      public LexerException()
    • LexerException

      public LexerException(String message)
    • LexerException

      public LexerException(Throwable cause)
    • LexerException

      public LexerException(String message, Throwable cause)
    • LexerException

      public LexerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)