| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException org.jdom.IllegalDataException
IllegalDataException | public class IllegalDataException extends IllegalArgumentException (Code) | | Thrown when illegal text is supplied to a JDOM construct.
version: $Revision: 1.1 $, $Date: 2005/04/27 09:32:37 $ author: Brett McLaughlin author: Elliotte Rusty Harold |
IllegalDataException | IllegalDataException(String data, String construct, String reason)(Code) | | This will create an Exception indicating
that the specified data is illegal for the construct
it was supplied to.
Parameters: data - String data that breaks rules. Parameters: construct - String construct that data is illegal for. Parameters: reason - String message or reason data is illegal. |
IllegalDataException | IllegalDataException(String data, String construct)(Code) | | This will create an Exception indicating
that the specified data is illegal for the construct
it was supplied to.
Parameters: data - String data that breaks rules. Parameters: construct - String construct that data is illegal for. |
IllegalDataException | public IllegalDataException(String reason)(Code) | | This will create an exceptoin with the specified error message.
Parameters: reason - cause of the problem |
|
|