public class ImmutableNameNotFoundException extends NameNotFoundException
remainingName, resolvedName, resolvedObj, rootException
Constructor and Description |
---|
ImmutableNameNotFoundException() |
Modifier and Type | Method and Description |
---|---|
void |
appendRemainingComponent(String name) |
void |
appendRemainingName(Name name) |
Throwable |
fillInStackTrace() |
void |
setRemainingName(Name name) |
void |
setResolvedName(Name name) |
void |
setRootCause(Throwable e) |
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setResolvedObj, toString, toString
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public void appendRemainingComponent(String name)
appendRemainingComponent
in class NamingException
public void appendRemainingName(Name name)
appendRemainingName
in class NamingException
public void setRemainingName(Name name)
setRemainingName
in class NamingException
public void setResolvedName(Name name)
setResolvedName
in class NamingException
public void setRootCause(Throwable e)
setRootCause
in class NamingException
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.