Class Lexer.Parser.Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.rookscript.struct.Lexer.Parser.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
Lexer.Parser

public static class Lexer.Parser.Exception extends RuntimeException
Thrown when a Parser has a problem.
See Also:
  • Constructor Details

    • Exception

      public Exception()
    • Exception

      public Exception(String s)
    • Exception

      public Exception(String s, Throwable t)