Java 2 Platform
v1.3

edu.umich.visualsoar.operatorwindow
Class IncorrectFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.umich.visualsoar.operatorwindow.IncorrectFormatException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectFormatException
extends java.lang.Exception

This class just defines an exception for our parse error

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IncorrectFormatException()
           
 
Method Summary
 java.lang.String toString()
           
 
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

IncorrectFormatException

public IncorrectFormatException()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable
Returns:
a description of the error

Java 2 Platform
v1.3