org.jdom
Class IllegalNameException
IllegalArgumentException
org.jdom.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.
$Revision: 1.14 $, $Date: 2007/11/10 05:28:59 $- Brett McLaughlin
- Elliotte Rusty Harold
IllegalNameException
public IllegalNameException(String reason)
Creates an exception with the specified error message.
reason
- cause of the problem
Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.