com.novell.xsl.result
Class IllegalNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.xsl.result.ResultException
              extended bycom.novell.xsl.result.IllegalNameException
All Implemented Interfaces:
Serializable

public class IllegalNameException
extends ResultException

Thrown by a ResultHandler when an illegal name is encountered.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.novell.xsl.result.ResultException
CANT_ENCODE_CHARACTER
 
Constructor Summary
IllegalNameException()
          Constructs an IllegalNameException with no detail message.
 
Methods inherited from class com.novell.xsl.result.ResultException
constructMessage, getException
 
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()
Constructs an IllegalNameException with no detail message.