org.jdom
Class IllegalDataException
IllegalArgumentExceptionorg.jdom.IllegalDataException
public class IllegalDataException
extends IllegalArgumentException
IllegalDataException
is thrown when illegal text is supplied to a
JDOM construct.
$Revision: 1.7 $, $Date: 2002/01/08 09:17:10 $- Brett McLaughlin
- Elliotte Rusty Harold
IllegalDataException(String data, String construct)-
This will create an
Exception indicating
that the specified data is illegal for the construct
it was supplied to.
|
IllegalDataException(String data, String construct, String reason)-
This will create an
Exception indicating
that the specified data is illegal for the construct
it was supplied to.
|
IllegalDataException
public IllegalDataException(String data,
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.
IllegalDataException
public IllegalDataException(String data,
String construct,
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.
Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.