public class UnknownDefinitionException extends IllegalStateException
Expression
like
"a+b", but a is not defined (e.g. as a Variable
or
Function
).Constructor and Description |
---|
UnknownDefinitionException(String symName)
Creates a new
UnknownDefinitionException with
an appropriate message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownDefinitionException(String symName)
UnknownDefinitionException
with
an appropriate message.symName
- the name of the definition which is not existing.