Public Member Functions | |
IllegalDataException (String data, String construct, String reason) | |
IllegalDataException (String data, String construct) |
IllegalDataException
is thrown when illegal text is supplied to a JDOM construct.
org::jdom::IllegalDataException::IllegalDataException | ( | String | data, | |
String | construct, | |||
String | reason | |||
) | [inline] |
This will create an Exception
indicating that the specified data is illegal for the construct it was supplied to.
data | String data that breaks rules. | |
construct | String construct that data is illegal for. | |
reason | String message or reason data is illegal. |
org::jdom::IllegalDataException::IllegalDataException | ( | String | data, | |
String | construct | |||
) | [inline] |
This will create an Exception
indicating that the specified data is illegal for the construct it was supplied to.
data | String data that breaks rules. | |
construct | String construct that data is illegal for. |