Package org.jdom2

Class IllegalDataException

All Implemented Interfaces:
Serializable

public class IllegalDataException extends IllegalArgumentException
Thrown when illegal text is supplied to a JDOM construct.
Author:
Brett McLaughlin, Elliotte Rusty Harold
See Also:
  • Constructor Details

    • IllegalDataException

      public IllegalDataException(String reason)
      This will create an exceptoin with the specified error message.
      Parameters:
      reason - cause of the problem