|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.petals.component.framework.api.exception.FaultException
org.ow2.petals.component.framework.api.exception.DocumentException
public abstract class DocumentException
All exceptions based on this exception will be transform in a SOAP Fault according to the following rules:
FaultException.getFaultCode(),Throwable.getMessage(),FaultException.getFaultActor(),getDocument()().
| Constructor Summary | |
|---|---|
DocumentException(javax.xml.namespace.QName faultCode,
java.lang.String faultString,
java.net.URI faultActor)
|
|
| Method Summary | |
|---|---|
abstract org.w3c.dom.Document |
getDocument()
|
| Methods inherited from class org.ow2.petals.component.framework.api.exception.FaultException |
|---|
getFaultActor, getFaultCode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 |
|---|
public DocumentException(javax.xml.namespace.QName faultCode,
java.lang.String faultString,
java.net.URI faultActor)
| Method Detail |
|---|
public abstract org.w3c.dom.Document getDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||