org.ow2.petals.component.framework.api.exception
Class DocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.component.framework.api.exception.FaultException
              extended by org.ow2.petals.component.framework.api.exception.DocumentException
All Implemented Interfaces:
java.io.Serializable

public abstract class DocumentException
extends FaultException

All exceptions based on this exception will be transform in a SOAP Fault.

The following rules are applied:

Author:
Christophe DENEUX - Capgemini Sud
See Also:
Serialized Form

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

DocumentException

public DocumentException(javax.xml.namespace.QName faultCode,
                         java.lang.String faultString,
                         java.net.URI faultActor)
Method Detail

getDocument

public abstract org.w3c.dom.Document getDocument()


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.