com.ebmwebsourcing.easybpel.model.bpel.impl.exception
Class UserDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ebmwebsourcing.easyviper.core.api.CoreException
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
com.ebmwebsourcing.easybpel.model.bpel.impl.exception.UserDefinedException
- All Implemented Interfaces:
- java.io.Serializable
public class UserDefinedException
- extends com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
|
Constructor Summary |
UserDefinedException(javax.xml.namespace.QName faultName,
java.lang.String faultVariable,
org.ow2.easywsdl.wsdl.api.Fault faultDefinition,
com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
|
| Methods inherited from class com.ebmwebsourcing.easyviper.core.api.CoreException |
equals, getFault, getName, hashCode, setFault, setName |
| 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, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserDefinedException
public UserDefinedException(javax.xml.namespace.QName faultName,
java.lang.String faultVariable,
org.ow2.easywsdl.wsdl.api.Fault faultDefinition,
com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
getScope
public com.ebmwebsourcing.easyviper.core.api.engine.Scope getScope()
getFaultName
public javax.xml.namespace.QName getFaultName()
getFaultVariableName
public java.lang.String getFaultVariableName()
getFaultDefinition
public org.ow2.easywsdl.wsdl.api.Fault getFaultDefinition()
setFaultDefinition
public void setFaultDefinition(org.ow2.easywsdl.wsdl.api.Fault faultDefinition)
Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.