JDOM
1.0

org.jdom
Class IllegalNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.jdom.IllegalNameException

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.13 $, $Date: 2004/02/06 09:28:30 $
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.0

Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.