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

Nested Class Summary
static class UserDefinedException.FaultQnameType
           
 
Constructor Summary
UserDefinedException(javax.xml.namespace.QName faultName, java.lang.String faultVariable, UserDefinedException.FaultQnameType qnameType, javax.xml.namespace.QName qname, com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
           
 
Method Summary
 javax.xml.namespace.QName getFaultName()
           
 java.lang.String getFaultVariableName()
           
 javax.xml.namespace.QName getQname()
           
 UserDefinedException.FaultQnameType getQnameType()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Scope getScope()
           
 void resolveFaultMessage()
           
 
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,
                            UserDefinedException.FaultQnameType qnameType,
                            javax.xml.namespace.QName qname,
                            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()

getQnameType

public UserDefinedException.FaultQnameType getQnameType()

getQname

public javax.xml.namespace.QName getQname()

resolveFaultMessage

public void resolveFaultMessage()
                         throws com.ebmwebsourcing.easyviper.core.api.CoreException
Overrides:
resolveFaultMessage in class com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2012 Petals Link. All Rights Reserved.