Class LexerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
foundry.veil.lib.anarres.cpp.LexerException
All Implemented Interfaces:
Serializable

public class LexerException extends Exception
A preprocessor exception.

Note to users: I don't really like the name of this class. S.

See Also:
  • Constructor Details

    • LexerException

      public LexerException(String msg)
    • LexerException

      public LexerException(Throwable cause)