|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
org.apache.tapestry.util.xml.DocumentParseException
public class DocumentParseException
Exception thrown if there is any kind of error parsing the an XML document.
SpecificationParser,
Serialized Form| Constructor Summary | |
|---|---|
DocumentParseException(String message)
|
|
DocumentParseException(String message,
Location location)
|
|
DocumentParseException(String message,
Location location,
Throwable rootCause)
|
|
DocumentParseException(String message,
Resource resource)
|
|
DocumentParseException(String message,
Resource resource,
SAXParseException rootCause)
|
|
DocumentParseException(String message,
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 |
|---|
public DocumentParseException(String message)
public DocumentParseException(String message,
Throwable rootCause)
public DocumentParseException(String message,
Location location)
public DocumentParseException(String message,
Location location,
Throwable rootCause)
public DocumentParseException(String message,
Resource resource,
SAXParseException rootCause)
public DocumentParseException(String message,
Resource resource)
public DocumentParseException(String message,
Resource resource,
Throwable rootCause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||