com.topologi.diffx.xml
Class IllegalCloseElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.topologi.diffx.xml.IllegalCloseElementException
All Implemented Interfaces:
Serializable

public final class IllegalCloseElementException
extends IllegalStateException

Exception thrown when attempting to close an element when there is no corresponding open element.

Version:
14 May 2005
Author:
Christophe Lauret
See Also:
Serialized Form

Constructor Summary
IllegalCloseElementException()
          Creates a new illegal close element exception.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalCloseElementException

public IllegalCloseElementException()
Creates a new illegal close element exception.