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.IllegalTargetException
IllegalTargetException
is thrown when a target is supplied in construction, etc.,
of a JDOM {@link ProcessingInstruction}
, and that name breaks
XML naming conventions.
This will create an
This will create an Exception
indicating
that the specified target is illegal for the
{
IllegalTargetException(String, String)
Exception
indicating
that the specified target is illegal for the
{
public IllegalTargetException(String target, String reason)
This will create an Exception
indicating
that the specified target is illegal for the
{@link ProcessingInstruction}
it was supplied to.
String
target that breaks rules.
String
message or reason target is illegal.
public IllegalTargetException(String target)
This will create an Exception
indicating
that the specified target is illegal for the
{@link ProcessingInstruction}
it was supplied to.
String
target that breaks rules.
All Packages Class Hierarchy This Package Previous Next Index