com.novell.xsl.result
Class IllegalNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.xsl.result.ResultException
              extended by com.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
 
Method Summary
 
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