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:
- 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
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
getCause, getComponent, getLocation, getRootCause, toString |
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.