java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.civl.abc.err.IF.ABCRuntimeException
dev.civl.abc.ast.IF.ASTException
- All Implemented Interfaces:
Serializable
Runtime exception thrown when something goes wrong with the AST.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionASTException(String msg) Constructs new ASTException with given message, which will be shown to the user. -
Method Summary
Methods inherited from class dev.civl.abc.err.IF.ABCRuntimeException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ASTException
Constructs new ASTException with given message, which will be shown to the user.- Parameters:
msg- the error message
-