org.ow2.orchestra.facade.exception
Class FaultWithElement
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.orchestra.facade.exception.OrchestraRuntimeException
org.ow2.orchestra.facade.exception.BpelFaultException
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
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 |
faultElement
protected org.w3c.dom.Element faultElement
FaultWithElement
protected FaultWithElement()
FaultWithElement
public FaultWithElement(javax.xml.namespace.QName faultName,
org.w3c.dom.Element faultElement)
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.