com.ebmwebsourcing.easybpel.model.bpel.impl.exception
Class UserDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ebmwebsourcing.easyviper.core.api.CoreException
              extended by com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
                  extended by 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)
           
 
Method Summary
 org.ow2.easywsdl.wsdl.api.Fault getFaultDefinition()
           
 javax.xml.namespace.QName getFaultName()
           
 java.lang.String getFaultVariableName()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Scope getScope()
           
 void setFaultDefinition(org.ow2.easywsdl.wsdl.api.Fault faultDefinition)
           
 
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
 

Constructor Detail

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)
Method Detail

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-2009 eBM WebSourcing. All Rights Reserved.