jBPM distribution 6.1.0.Beta3

org.jbpm.bpmn2.handler
Class WorkItemHandlerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException
All Implemented Interfaces:
Serializable

public class WorkItemHandlerRuntimeException
extends RuntimeException

This exception provides extra information about the WorkItemHandler operation called to catchers of this exception. It is only meant to be thrown from a WorkItemHandler instance method.

See Also:
Serialized Form

Field Summary
static String WORKITEMHANDLERTYPE
           
 
Constructor Summary
WorkItemHandlerRuntimeException(Throwable cause)
           
WorkItemHandlerRuntimeException(Throwable cause, String message)
           
 
Method Summary
 Map<String,Object> getInformationMap()
           
 void setInformation(String informationName, Object information)
           
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WORKITEMHANDLERTYPE

public static final String WORKITEMHANDLERTYPE
See Also:
Constant Field Values
Constructor Detail

WorkItemHandlerRuntimeException

public WorkItemHandlerRuntimeException(Throwable cause,
                                       String message)

WorkItemHandlerRuntimeException

public WorkItemHandlerRuntimeException(Throwable cause)
Method Detail

setInformation

public void setInformation(String informationName,
                           Object information)

getInformationMap

public Map<String,Object> getInformationMap()

jBPM distribution 6.1.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.