Package com.tailf.navu
Class NoSuchNavuCaseException
Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.navu.NavuException
com.tailf.navu.NoSuchNavuCaseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchNavuCaseException
(NavuChoice navuChoice, String failureCaseName, String childrenMsg) -
Method Summary
Modifier and TypeMethodDescriptionstatic NoSuchNavuCaseException
mk
(NavuChoice choice, String errCaseName) Methods inherited from class com.tailf.navu.NavuException
mk
Methods inherited from class com.tailf.conf.ConfException
getErrorCode, getOpaque, mk
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details