|
||||||||||
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.ow2.orchestra.facade.exception.OrchestraRuntimeException
org.ow2.orchestra.facade.exception.BpelFaultException
org.ow2.orchestra.facade.exception.FaultWithElement
public class FaultWithElement
Represents a fault that has been thrown by the Bpel process with a variable that doesn't correspond to any Element.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ow2.orchestra.facade.exception.BpelFaultException |
---|
BpelFaultException.BpelFault |
Field Summary | |
---|---|
protected Document |
faultElement
|
Fields inherited from class org.ow2.orchestra.facade.exception.BpelFaultException |
---|
faultName |
Constructor Summary | |
---|---|
protected |
FaultWithElement()
|
|
FaultWithElement(QName faultName,
Document faultElement)
|
Method Summary | |
---|---|
FaultWithElement |
copy()
|
Element |
getFaultElement()
|
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 |
---|
protected Document faultElement
Constructor Detail |
---|
protected FaultWithElement()
public FaultWithElement(QName faultName, Document faultElement)
Method Detail |
---|
public Element getFaultElement()
public String toString()
toString
in class BpelFaultException
public FaultWithElement copy()
copy
in class BpelFaultException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |