- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ComputeConstantNameException, ComputeFunctionNameException, ComputeFunctionUseException, ComputeSyntaxException
public class ComputeExpressionException
extends java.lang.Exception
ComputeExpressionException is an extension of Exception which is invoked if the user's expression string cannot be
interpreted. It returns an error message that will be displayed to the user. It will be subclassed to define more
specific error messages.
- See Also:
- Serialized Form