org.ow2.orchestra.facade.exception
Class FaultWithElement

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.orchestra.facade.exception.OrchestraRuntimeException
                  extended by org.ow2.orchestra.facade.exception.BpelFaultException
                      extended by org.ow2.orchestra.facade.exception.FaultWithElement
All Implemented Interfaces:
java.io.Serializable

public class FaultWithElement
extends BpelFaultException

Represents a fault that has been thrown by the Bpel process with a variable that doesn't correspond to any Element.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ow2.orchestra.facade.exception.BpelFaultException
BpelFaultException.BpelFault
 
Field Summary
protected  org.w3c.dom.Element faultElement
           
 
Fields inherited from class org.ow2.orchestra.facade.exception.BpelFaultException
faultName
 
Constructor Summary
protected FaultWithElement()
           
  FaultWithElement(javax.xml.namespace.QName faultName, org.w3c.dom.Element faultElement)
           
 
Method Summary
 FaultWithElement copy()
           
 org.w3c.dom.Element getFaultElement()
           
 java.lang.String toString()
           
 
Methods inherited from class org.ow2.orchestra.facade.exception.BpelFaultException
fullCopy, generateBpelFaultException, generateBpelFaultException, getFaultName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Field Detail

faultElement

protected org.w3c.dom.Element faultElement
Constructor Detail

FaultWithElement

protected FaultWithElement()

FaultWithElement

public FaultWithElement(javax.xml.namespace.QName faultName,
                        org.w3c.dom.Element faultElement)
Method Detail

getFaultElement

public org.w3c.dom.Element getFaultElement()

toString

public java.lang.String toString()
Overrides:
toString in class BpelFaultException

copy

public FaultWithElement copy()
Overrides:
copy in class BpelFaultException


Copyright © 2009 OW2 Consortium. All Rights Reserved.