public class InvalidNameException extends NamingException
Name.
Thrown when a Name or component of a name is encountered that
does not follow the syntactic rules of a particular Name class.remainingName, resolvedName, resolvedObj, rootException| Constructor and Description |
|---|
InvalidNameException()
Creates a new exception without setting any of its fields.
|
InvalidNameException(String msg)
Creates a new exception and sets the detailed message field.
|
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toStringfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTracepublic InvalidNameException()
public InvalidNameException(String msg)