jBPM distribution 6.0.0.Beta1

org.jbpm.bpmn2.core
Class Error

java.lang.Object
  extended by org.jbpm.bpmn2.core.Error
All Implemented Interfaces:
Serializable

public class Error
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Error(String id, String errorCode, String itemRef)
           
 
Method Summary
 String getErrorCode()
           
 String getId()
           
 String getStructureRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Error

public Error(String id,
             String errorCode,
             String itemRef)
Method Detail

getId

public String getId()

getErrorCode

public String getErrorCode()

getStructureRef

public String getStructureRef()

jBPM distribution 6.0.0.Beta1

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