public final class UnclosedElementException extends IllegalStateException
This exception simply notifies that the XML will not be well-formed, if writer is closed before the remaining open elements are closed.
| Constructor and Description |
|---|
UnclosedElementException(String name)
Create a new unclosed element exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnclosedElementException(String name)
name - The name of the unclosed element.Copyright © 2007-2022. All Rights Reserved.