public class NoSuchNavuNodeException extends NavuException
| Modifier and Type | Method and Description |
|---|---|
Collection<NavuNode> |
children() |
static NoSuchNavuNodeException |
mk(NavuList navuList,
ConfKey key) |
static NoSuchNavuNodeException |
mk(NavuNode node,
String errKey) |
static NoSuchNavuNodeException |
mk(NavuNode node,
String errKey,
EnumSet<com.tailf.navu.Verbosity> verbosity) |
static NoSuchNavuNodeException |
mk(NavuNode node,
String childType,
String errKey) |
static NoSuchNavuNodeException |
mk(NavuNode node,
String childType,
String errKey,
EnumSet<com.tailf.navu.Verbosity> verbosity) |
mkgetErrorCode, getOpaque, mkfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Collection<NavuNode> children() throws NavuException
NavuExceptionpublic static NoSuchNavuNodeException mk(NavuList navuList, ConfKey key)
public static NoSuchNavuNodeException mk(NavuNode node, String errKey)
public static NoSuchNavuNodeException mk(NavuNode node, String errKey, EnumSet<com.tailf.navu.Verbosity> verbosity)
public static NoSuchNavuNodeException mk(NavuNode node, String childType, String errKey)
public static NoSuchNavuNodeException mk(NavuNode node, String childType, String errKey, EnumSet<com.tailf.navu.Verbosity> verbosity)