All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.lang.IllegalArgumentException | +----org.jdom.IllegalNameException
IllegalNameException
is thrown when a name is supplied in construction, etc.,
of a JDOM construct, and that name breaks XML naming
conventions.
This will create an Exception
indicating
that the specified name is illegal for the construct
it was supplied to.
This will create an Exception
indicating
that the specified name is illegal for the construct
it was supplied to.
public IllegalNameException(String name, String construct, String reason)
This will create an Exception
indicating
that the specified name is illegal for the construct
it was supplied to.
String
name that breaks rules.
String
name of JDOM construct
that name
was supplied to.
String
message or reason name is illegal.
public IllegalNameException(String name, String construct)
This will create an Exception
indicating
that the specified name is illegal for the construct
it was supplied to.
String
name that breaks rules.
String
name of JDOM construct
that name
was supplied to.
All Packages Class Hierarchy This Package Previous Next Index