org.dps.core.persist
Class NoSuchCharacterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dps.core.model.DPSException
              extended by org.dps.core.persist.NoSuchCharacterException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchCharacterException
extends DPSException

See Also:
Serialized Form

Constructor Summary
NoSuchCharacterException(java.lang.String message)
          
NoSuchCharacterException(java.lang.String message, java.lang.Throwable cause)
          
NoSuchCharacterException(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

NoSuchCharacterException

public NoSuchCharacterException(java.lang.String message)


NoSuchCharacterException

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


NoSuchCharacterException

public NoSuchCharacterException(java.lang.Throwable cause)