Package com.topologi.diffx.xml
Class UnclosedElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.topologi.diffx.xml.UnclosedElementException
- All Implemented Interfaces:
Serializable
Exception thrown when an XML writer is closed but there is still and open
element tag without it closing element.
This exception simply notifies that the XML will not be well-formed, if writer is closed before the remaining open elements are closed.
- Version:
- 14 May 2005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final longVersion number for the serialised class. -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new unclosed 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
-
UnclosedElementException
Create a new unclosed element exception.- Parameters:
name- The name of the unclosed element.
-