Package 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
Exception thrown when attempting to close an element when there is no
corresponding open element.
- Version:
- 14 May 2005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final longVersion number for the serialised class. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new illegal close element exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUIDVersion number for the serialised class.- See Also:
-
-
Constructor Details
-
IllegalCloseElementException
public IllegalCloseElementException()Creates a new illegal close element exception.
-