public class IllegalDataException
extends java.lang.IllegalArgumentException
IllegalDataException
is thrown when illegal text is supplied to a
JDOM construct.
Constructor and Description |
---|
IllegalDataException(java.lang.String data,
java.lang.String construct)
This will create an
Exception indicating
that the specified data is illegal for the construct
it was supplied to. |
IllegalDataException(java.lang.String data,
java.lang.String construct,
java.lang.String reason)
This will create an
Exception indicating
that the specified data is illegal for the construct
it was supplied to. |
public IllegalDataException(java.lang.String data, java.lang.String construct, java.lang.String reason)
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.public IllegalDataException(java.lang.String data, java.lang.String construct)
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.Copyright (c) 2017 Software AG. All Rights Reserved.