org.xpresso.xml
Class ClosedDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xpresso.xml.ClosedDocumentException
- All Implemented Interfaces:
- java.io.Serializable
public class ClosedDocumentException
- extends java.lang.RuntimeException
Thrown if content is tried to be added to a closed Document. A Document is closed if
the Docment.finish()
method is called or if
the Document.unstackElement()
method is called enough times
to unstack all Elements
.
This code is under the LGPL v3 licence.
- Author:
- Alexis Dufrenoy
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClosedDocumentException
public ClosedDocumentException()
ClosedDocumentException
public ClosedDocumentException(java.lang.String message)
- Parameters:
message
-
ClosedDocumentException
public ClosedDocumentException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
ClosedDocumentException
public ClosedDocumentException(java.lang.Throwable cause)
- Parameters:
cause
-