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