Package com.tailf.navu
Class NavuException
Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.navu.NavuException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 IllegalParentNavuNodeException,NoSuchNavuCaseException,NoSuchNavuChoiceException,NoSuchNavuNodeException
Exception raised from the navu package
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNavuException(String msg) NavuException(String msg, int codeInteger, Throwable cause) NavuException(String msg, ConfException e) NavuException(String msg, ErrorCode code, Throwable cause) NavuException(String msg, Throwable cause) NavuException(Throwable cause)  - 
Method Summary
Methods inherited from class com.tailf.conf.ConfException
getErrorCode, getOpaque, mkMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NavuException
- Parameters:
 msg- a message describing the exception.
 - 
NavuException
 - 
NavuException
- Parameters:
 msg- a message describing the exception.code- a code classifying the exception.
 - 
NavuException
 - 
NavuException
 - 
NavuException
 - 
NavuException
 - 
NavuException
 - 
NavuException
 
 - 
 - 
Method Details
- 
mk
 
 -