com.topologi.diffx.xml
Class IllegalCloseElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalCloseElementException
public IllegalCloseElementException()
- Creates a new illegal close element exception.