Class ParseTreeVisitorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.isas.lipidomics.palinom.exceptions.ParseTreeVisitorException
-
- All Implemented Interfaces:
Serializable
public class ParseTreeVisitorException extends RuntimeException
Exception for illegal or unhandled cases within the parse tree visitor handlers.- Author:
- nils.hoffmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseTreeVisitorException(String message)
ParseTreeVisitorException(String message, 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 Detail
-
ParseTreeVisitorException
public ParseTreeVisitorException(String message)
-
ParseTreeVisitorException
public ParseTreeVisitorException(String message, Throwable cause)
-
-