org.jdom

Class IllegalDataException


public class IllegalDataException
extends IllegalArgumentException

Thrown when illegal text is supplied to a JDOM construct.
Version:
$Revision: 1.13 $, $Date: 2004/02/06 09:28:30 $
Authors:
Brett McLaughlin
Elliotte Rusty Harold

Constructor Summary

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

Constructor Details

IllegalDataException

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

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.