org.jdom

Class IllegalNameException

public class IllegalNameException extends IllegalArgumentException

Thrown when a name is supplied in construction of a JDOM construct whose where the name breaks XML naming conventions.

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

Author: Brett McLaughlin Elliotte Rusty Harold

Constructor Summary
IllegalNameException(String reason)
Creates an exception with the specified error message.

Constructor Detail

IllegalNameException

public IllegalNameException(String reason)
Creates an exception with the specified error message.

Parameters: reason cause of the problem

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