MalformedNameExceptionpublic class MalformedNameException extends Exception An Exception Class used to denote that a Name is not valid per the
grammar of Names in NameSpace. A Parser throws this Exception in case
of invalid Names. |
Constructors Summary |
---|
public MalformedNameException()The default constructor.
super();
| public MalformedNameException(String msg)Constructor with given message.
super(msg);
|
|