trassare.com

com.trassare.calculator.engine
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ParseException()
           
 
Method Summary
 String toString()
          Just a dumb error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()
Method Detail

toString

public final String toString()
Just a dumb error message.

Overrides:
toString in class Throwable
Returns:
a dumb error message.

trassare.com