JDOM
1.1.3

org.jdom
Class IllegalDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.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.1 $, $Date: 2012/04/08 22:47:59 $
Author:
Brett McLaughlin, Elliotte Rusty Harold
See Also:
Serialized Form

Constructor Summary
IllegalDataException(java.lang.String reason)
          This will create an exceptoin with the specified error message.
 
Method Summary
 
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

IllegalDataException

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

Parameters:
reason - cause of the problem

JDOM
1.1.3

Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.