|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 , and that name breaks
XML naming conventions.
ProcessingInstruction
| Constructor Summary | |
IllegalTargetException(java.lang.String target)
This will create an Exception indicating
that the specified target is illegal for the
it was supplied to. |
|
IllegalTargetException(java.lang.String target,
java.lang.String reason)
This will create an Exception indicating
that the specified target is illegal for the
it was supplied to. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IllegalTargetException(java.lang.String target,
java.lang.String reason)
This will create an Exception indicating
that the specified target is illegal for the
it was supplied to.
ProcessingInstruction
target - String target that breaks rules.reason - String message or reason target is illegal.public IllegalTargetException(java.lang.String target)
This will create an Exception indicating
that the specified target is illegal for the
it was supplied to.
ProcessingInstruction
target - String target that breaks rules.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||