|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BpelFaultException | |
---|---|
org.ow2.orchestra.facade.data.runtime | |
org.ow2.orchestra.facade.exception | |
org.ow2.orchestra.facade.runtime | |
org.ow2.orchestra.facade.runtime.impl |
Uses of BpelFaultException in org.ow2.orchestra.facade.data.runtime |
---|
Methods in org.ow2.orchestra.facade.data.runtime that return BpelFaultException | |
---|---|
BpelFaultException |
BpelFaultData.getBpelFault()
|
Constructors in org.ow2.orchestra.facade.data.runtime with parameters of type BpelFaultException | |
---|---|
BpelFaultData(BpelFaultException bpelFault,
ActivityInstanceUUID activityInstanceUUID)
|
Uses of BpelFaultException in org.ow2.orchestra.facade.exception |
---|
Subclasses of BpelFaultException in org.ow2.orchestra.facade.exception | |
---|---|
class |
FaultWithElement
Represents a fault that has been thrown by the Bpel process with a variable that doesn't correspond to any Element. |
class |
FaultWithMessage
Represents a fault resulting from an Invoke. |
Methods in org.ow2.orchestra.facade.exception that return BpelFaultException | |
---|---|
BpelFaultException |
BpelFaultException.copy()
|
BpelFaultException |
BpelFaultException.fullCopy()
|
static BpelFaultException |
BpelFaultException.generateBpelFaultException(BpelFaultException.BpelFault fault)
|
static BpelFaultException |
BpelFaultException.generateBpelFaultException(BpelFaultException.BpelFault fault,
String message,
Exception cause)
|
Uses of BpelFaultException in org.ow2.orchestra.facade.runtime |
---|
Methods in org.ow2.orchestra.facade.runtime that return BpelFaultException | |
---|---|
BpelFaultException |
ActivityInstance.getLastException()
Get the last exception thrown by this activity, null if the activity has never thrown any exceptions |
Uses of BpelFaultException in org.ow2.orchestra.facade.runtime.impl |
---|
Fields in org.ow2.orchestra.facade.runtime.impl declared as BpelFaultException | |
---|---|
protected BpelFaultException |
ActivityInstanceImpl.lastException
|
Methods in org.ow2.orchestra.facade.runtime.impl that return BpelFaultException | |
---|---|
BpelFaultException |
ActivityInstanceImpl.getLastException()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |