jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.bpmn2.validation
Class BPMN2SyntaxChecker.ValidationSyntaxError

java.lang.Object
  extended by org.jbpm.designer.bpmn2.validation.BPMN2SyntaxChecker.ValidationSyntaxError
Enclosing class:
BPMN2SyntaxChecker

public class BPMN2SyntaxChecker.ValidationSyntaxError
extends Object


Constructor Summary
BPMN2SyntaxChecker.ValidationSyntaxError(org.eclipse.bpmn2.BaseElement element, String type, String error)
           
 
Method Summary
 org.eclipse.bpmn2.BaseElement getElement()
           
 String getError()
           
 org.json.JSONObject toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPMN2SyntaxChecker.ValidationSyntaxError

public BPMN2SyntaxChecker.ValidationSyntaxError(org.eclipse.bpmn2.BaseElement element,
                                                String type,
                                                String error)
Method Detail

toJSON

public org.json.JSONObject toJSON()
                           throws org.json.JSONException
Throws:
org.json.JSONException

getElement

public org.eclipse.bpmn2.BaseElement getElement()

getError

public String getError()

jBPM Designer - Backend 6.0.0.CR1

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