public class DocumentParseException extends org.apache.hivemind.ApplicationRuntimeException
SpecificationParser,
Serialized Form| Constructor and Description |
|---|
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) |
getCause, getComponent, getLocation, getRootCause, toStringpublic DocumentParseException(java.lang.String message)
public DocumentParseException(java.lang.String message, java.lang.Throwable rootCause)
public DocumentParseException(java.lang.String message, org.apache.hivemind.Location location)
public DocumentParseException(java.lang.String message, org.apache.hivemind.Location location, java.lang.Throwable rootCause)
public DocumentParseException(java.lang.String message, org.apache.hivemind.Resource resource, org.xml.sax.SAXParseException rootCause)
public DocumentParseException(java.lang.String message, org.apache.hivemind.Resource resource)
public DocumentParseException(java.lang.String message, org.apache.hivemind.Resource resource, java.lang.Throwable rootCause)