org.apache.tapestry.util.xml
Class DocumentParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hivemind.ApplicationRuntimeException
                  extended by org.apache.tapestry.util.xml.DocumentParseException
All Implemented Interfaces:
Serializable, org.apache.hivemind.Locatable
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(String message)
           
DocumentParseException(String message, org.apache.hivemind.Location location)
           
DocumentParseException(String message, org.apache.hivemind.Location location, Throwable rootCause)
           
DocumentParseException(String message, org.apache.hivemind.Resource resource)
           
DocumentParseException(String message, org.apache.hivemind.Resource resource, SAXParseException rootCause)
           
DocumentParseException(String message, org.apache.hivemind.Resource resource, Throwable rootCause)
           
DocumentParseException(String message, Throwable rootCause)
           
 
Method Summary
 
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(String message)

DocumentParseException

public DocumentParseException(String message,
                              Throwable rootCause)

DocumentParseException

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

DocumentParseException

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

DocumentParseException

public DocumentParseException(String message,
                              org.apache.hivemind.Resource resource,
                              SAXParseException rootCause)

DocumentParseException

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

DocumentParseException

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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.