Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdom
Class IllegalDataException  view IllegalDataException download IllegalDataException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.jdom.IllegalDataException
All Implemented Interfaces:
java.io.Serializable

public class IllegalDataException
extends java.lang.IllegalArgumentException

Thrown when illegal text is supplied to a JDOM construct.

Version:
$Revision: 1.13 $, $Date: 2004/02/06 09:28:30 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static java.lang.String CVS_ID
           
 
Fields inherited from class java.lang.IllegalArgumentException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
  IllegalDataException(java.lang.String reason)
          This will create an exceptoin with the specified error message.
(package private) 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.
(package private) 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
 

Field Detail

CVS_ID

private static final java.lang.String CVS_ID
See Also:
Constant Field Values
Constructor Detail

IllegalDataException

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.


IllegalDataException

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

public IllegalDataException(java.lang.String reason)
This will create an exceptoin with the specified error message.