com.novell.xsl.result
Class AttributeAfterChildException

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

public class AttributeAfterChildException
extends ResultException

Thrown by a ResultHandler when an attempt is made to add an attribute to an element after children have already been added.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.novell.xsl.result.ResultException
CANT_ENCODE_CHARACTER
 
Constructor Summary
AttributeAfterChildException()
          Constructs a AttributeAfterChildException with the specified detail message consisting of the name of the element that rejected the attribute.
 
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

AttributeAfterChildException

public AttributeAfterChildException()
Constructs a AttributeAfterChildException with the specified detail message consisting of the name of the element that rejected the attribute.