Class NpdaException

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

public class NpdaException
extends java.lang.Exception

An NpdaException is thrown by unexpected errors in npda code. NpdaExceptions behave exactly like Exception objects; all inherited methods call the superclass method and do nothing else.

See Also:
Serialized Form

Constructor Summary
NpdaException()
           
NpdaException(java.lang.String message)
           
NpdaException(java.lang.String message, java.lang.Throwable cause)
           
NpdaException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NpdaException

public NpdaException()

NpdaException

public NpdaException(java.lang.String message)

NpdaException

public NpdaException(java.lang.Throwable cause)

NpdaException

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