org.xpresso.xml
Class ClosedDocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ClosedDocumentException()
           
ClosedDocumentException(java.lang.String message)
           
ClosedDocumentException(java.lang.String message, java.lang.Throwable cause)
           
ClosedDocumentException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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 -