org.apache.tapestry.util.xml
Class DocumentParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
org.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
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 |
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)