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) |
mk
getErrorCode, getOpaque, mk
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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)
public static NoSuchNavuNodeException mk(NavuList navuList, ConfKey key)
public Collection<NavuNode> children() throws NavuException
NavuException