ukacgla_ATT
Class InvalidEntryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ukacgla_ATT.InvalidEntryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEntryException
extends java.lang.Exception

InvalidEntryExceptions are to record an Invalid Entry,containing a programmer specified error message.

See Also:
Serialized Form

Constructor Summary
InvalidEntryException(java.lang.String problem)
           
 
Method Summary
protected  java.lang.String getString()
          Returns the String specifed on construction of the exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEntryException

public InvalidEntryException(java.lang.String problem)
Method Detail

getString

protected java.lang.String getString()
Returns the String specifed on construction of the exception