Public Member Functions | |
| IllegalTargetException (String target, String reason) | |
| IllegalTargetException (String target) | |
IllegalTargetException is thrown when a target is supplied in construction, etc., of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
| org::jdom::IllegalTargetException::IllegalTargetException | ( | String | target, | |
| String | reason | |||
| ) | [inline] |
This will create an Exception indicating that the specified target is illegal for the ProcessingInstruction it was supplied to.
| target | String target that breaks rules. | |
| reason | String message or reason target is illegal. |
| org::jdom::IllegalTargetException::IllegalTargetException | ( | String | target | ) | [inline] |
This will create an Exception indicating that the specified target is illegal for the ProcessingInstruction it was supplied to.
| target | String target that breaks rules. |
1.5.1