Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.execution
Class AttributeSerializationException  view AttributeSerializationException download AttributeSerializationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jbpm.workflow.execution.ExecutionRuntimeException
                  extended byorg.jbpm.workflow.execution.AttributeSerializationException
All Implemented Interfaces:
java.io.Serializable

public class AttributeSerializationException
extends ExecutionRuntimeException

is a RuntimeException that is thrown when one of the fieldValues that was submitted in a ExecutionSessionLocal#performActivity(Long,Map) is not serializable by the associated Serializer.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance
           
private  java.lang.Object value
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AttributeSerializationException(org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance, java.lang.Object value)
           
 
Method Summary
 AttributeInstance getAttributeInstance()
           
 java.lang.Object getValue()
          is the java-object that was unserializable according to the Attribute's Serializer.
 
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

attributeInstance

private org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance

value

private java.lang.Object value
Constructor Detail

AttributeSerializationException

public AttributeSerializationException(org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance,
                                       java.lang.Object value)
Method Detail

getAttributeInstance

public AttributeInstance getAttributeInstance()

getValue

public java.lang.Object getValue()
is the java-object that was unserializable according to the Attribute's Serializer.