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, mkaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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