org.dps.core.model
Class DPSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dps.core.model.DPSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchCharacterException, NoSuchCorporationException

public class DPSException
extends java.lang.Exception

Superclass for all exceptions thrown by DPS.

See Also:
Serialized Form

Constructor Summary
DPSException()
          
DPSException(java.lang.String message)
          
DPSException(java.lang.String message, java.lang.Throwable cause)
          
DPSException(java.lang.Throwable cause)
          
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DPSException

public DPSException()


DPSException

public DPSException(java.lang.String message)


DPSException

public DPSException(java.lang.String message,
                    java.lang.Throwable cause)


DPSException

public DPSException(java.lang.Throwable cause)