derby
Class DBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by derby.DBException
All Implemented Interfaces:
java.io.Serializable

public class DBException
extends java.lang.Exception

An exception used in the ps4.directions package to indicate an input file with incorrect format.

See Also:
Serialized Form

Field Summary
private  java.lang.String message
           
(package private) static long serialVersionUID
           
 
Constructor Summary
DBException()
           
DBException(java.lang.String s)
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

message

private java.lang.String message
Constructor Detail

DBException

public DBException(java.lang.String s)

DBException

public DBException()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable