com.trassare.calculator.engine
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.trassare.calculator.engine.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends Exception
A custom exception class for the calculator.
- Version:
- 16 November 2005
- Author:
- Samuel Trassare
- See Also:
- Serialized Form
ParseException
public ParseException()
toString
public final String toString()
- Just a dumb error message.
- Overrides:
toString in class Throwable
- Returns:
- a dumb error message.