Package com.tailf.navu
Class NoSuchNavuChoiceException
Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.navu.NavuException
com.tailf.navu.NoSuchNavuChoiceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchNavuChoiceException
(NavuContainer surroundingContainer, String failureChoiceName, String childrenMsg) -
Method Summary
Modifier and TypeMethodDescriptionstatic NoSuchNavuChoiceException
mk
(NavuContainer node, String errChoiceName) 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