public class FormulaCompilationException extends Exception
Constructor and Description |
---|
FormulaCompilationException()
Creates a new compilation exception.
|
FormulaCompilationException(String message)
Creates a new compilation exception.
|
FormulaCompilationException(Throwable cause)
Creates a new compilation exception.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FormulaCompilationException()
public FormulaCompilationException(Throwable cause)
cause
- the throwable that caused the exception to be raisedpublic FormulaCompilationException(String message)
message
- a message that describes what happened