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.tapestry.ApplicationRuntimeException
                  extended by org.apache.tapestry.util.xml.DocumentParseException
All Implemented Interfaces:
Serializable, ILocatable
Direct Known Subclasses:
InvalidStringException

public class DocumentParseException
extends ApplicationRuntimeException

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

Since:
0.2.10
Version:
$Id: DocumentParseException.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship
See Also:
SpecificationParser, Serialized Form

Constructor Summary
DocumentParseException(org.xml.sax.SAXParseException rootCause)
           
DocumentParseException(String message)
           
DocumentParseException(String message, IResourceLocation documentLocation)
           
DocumentParseException(String message, IResourceLocation documentLocation, ILocation location, Throwable rootCause)
           
DocumentParseException(String message, IResourceLocation documentLocation, org.xml.sax.SAXParseException rootCause)
           
DocumentParseException(String message, IResourceLocation documentLocation, Throwable rootCause)
           
DocumentParseException(String message, Throwable rootCause)
           
DocumentParseException(Throwable rootCause)
           
 
Method Summary
 IResourceLocation getDocumentLocation()
           
 
Methods inherited from class org.apache.tapestry.ApplicationRuntimeException
getCause, getComponent, getLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DocumentParseException

public DocumentParseException(String message,
                              Throwable rootCause)

DocumentParseException

public DocumentParseException(String message,
                              IResourceLocation documentLocation)

DocumentParseException

public DocumentParseException(String message,
                              IResourceLocation documentLocation,
                              Throwable rootCause)

DocumentParseException

public DocumentParseException(String message,
                              IResourceLocation documentLocation,
                              ILocation location,
                              Throwable rootCause)

DocumentParseException

public DocumentParseException(String message,
                              IResourceLocation documentLocation,
                              org.xml.sax.SAXParseException rootCause)

DocumentParseException

public DocumentParseException(String message)

DocumentParseException

public DocumentParseException(Throwable rootCause)

DocumentParseException

public DocumentParseException(org.xml.sax.SAXParseException rootCause)
Method Detail

getDocumentLocation

public IResourceLocation getDocumentLocation()