JDOM
1.1

org.jdom
Class IllegalNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.jdom.IllegalNameException
All Implemented Interfaces:
java.io.Serializable

public class IllegalNameException
extends java.lang.IllegalArgumentException

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

Version:
$Revision: 1.14 $, $Date: 2007/11/10 05:28:59 $
Author:
Brett McLaughlin, Elliotte Rusty Harold
See Also:
Serialized Form

Constructor Summary
IllegalNameException(java.lang.String reason)
          Creates an exception with the specified error message.
 
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

IllegalNameException

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

Parameters:
reason - cause of the problem

JDOM
1.1

Copyright ? 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.