public class UnknownElementException extends FormulaCompilationException
Constructor and Description |
---|
UnknownElementException(String identifier)
Creates a new unknown identifier exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Returns the identifier of the unknown element.
|
String |
getMessage()
Returns a message describing the exception.
|
String |
toString()
Returns a string representation of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UnknownElementException(String identifier)
identifier
- the identifier of the unknown elementpublic String getIdentifier()
public String getMessage()
getMessage
in class Throwable
public String toString()
toString
in class FormulaCompilationException