|
|||||||||||
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.IllegalDataException
IllegalDataException
is thrown when illegal text is supplied to a
JDOM construct.
Constructor Summary | |
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. |
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 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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |