| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException org.jdom.IllegalNameException
IllegalNameException | public class IllegalNameException extends IllegalArgumentException (Code) | | Thrown when a name is supplied in construction of a JDOM construct whose
where the name breaks XML naming conventions.
version: $Revision: 1.1 $, $Date: 2005/04/27 09:32:38 $ author: Brett McLaughlin author: Elliotte Rusty Harold |
IllegalNameException | IllegalNameException(String name, String construct, String reason)(Code) | | This will create an Exception indicating
that the specified name is illegal for the construct
it was supplied to.
Parameters: name - String name that breaks rules. Parameters: construct - String name of JDOM constructthat name was supplied to. Parameters: reason - String message or reason name is illegal. |
IllegalNameException | IllegalNameException(String name, String construct)(Code) | | This will create an Exception indicating
that the specified name is illegal for the construct
it was supplied to.
Parameters: name - String name that breaks rules. Parameters: construct - String name of JDOM constructthat name was supplied to. |
IllegalNameException | public IllegalNameException(String reason)(Code) | | Creates an exception with the specified error message.
Parameters: reason - cause of the problem |
|
|