com.novell.xsl.result
Class IllegalNodeException

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

public class IllegalNodeException
extends ResultException

Thrown by a ResultHandler when an attempt is made to add a node to another node that cannot contain it.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.novell.xsl.result.ResultException
CANT_ENCODE_CHARACTER
 
Constructor Summary
IllegalNodeException()
          Constructs an IllegalNodeException
 
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

IllegalNodeException

public IllegalNodeException()
Constructs an IllegalNodeException