org.apache.tapestry.util.xml
Class DocumentParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.hivemind.ApplicationRuntimeException
                  extended byorg.apache.tapestry.util.xml.DocumentParseException
All Implemented Interfaces:
org.apache.hivemind.Locatable, java.io.Serializable
Direct Known Subclasses:
InvalidStringException

public class DocumentParseException
extends org.apache.hivemind.ApplicationRuntimeException

Exception thrown if there is any kind of error parsing the an XML document.

Since:
0.2.10
Author:
Howard Lewis Ship
See Also:
SpecificationParser, Serialized Form

Constructor Summary
DocumentParseException(java.lang.String message)
           
DocumentParseException(java.lang.String message, org.apache.hivemind.Location location)
           
DocumentParseException(java.lang.String message, org.apache.hivemind.Location location, java.lang.Throwable rootCause)
           
DocumentParseException(java.lang.String message, org.apache.hivemind.Resource resource)
           
DocumentParseException(java.lang.String message, org.apache.hivemind.Resource resource, org.xml.sax.SAXParseException rootCause)
           
DocumentParseException(java.lang.String message, org.apache.hivemind.Resource resource, java.lang.Throwable rootCause)
           
DocumentParseException(java.lang.String message, java.lang.Throwable rootCause)
           
 
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException
getCause, getComponent, getLocation, getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentParseException

public DocumentParseException(java.lang.String message)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              java.lang.Throwable rootCause)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              org.apache.hivemind.Location location)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              org.apache.hivemind.Location location,
                              java.lang.Throwable rootCause)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              org.apache.hivemind.Resource resource,
                              org.xml.sax.SAXParseException rootCause)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              org.apache.hivemind.Resource resource)

DocumentParseException

public DocumentParseException(java.lang.String message,
                              org.apache.hivemind.Resource resource,
                              java.lang.Throwable rootCause)