net.aerith.misao.xml
Class DocumentIncompleteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.aerith.misao.xml.DocumentIncompleteException

public class DocumentIncompleteException
extends java.lang.Exception

The DocumentIncompleteException is an exception thrown if some of the required elements in the XML document are not recorded.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DocumentIncompleteException(java.lang.String tag)
          Constructs a DocumentIncompleteException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DocumentIncompleteException

public DocumentIncompleteException(java.lang.String tag)
Constructs a DocumentIncompleteException.
Parameters:
tag - the empty tag.