Class BPMN2SyntaxChecker.ValidationSyntaxError
- java.lang.Object
-
- org.jbpm.designer.bpmn2.validation.BPMN2SyntaxChecker.ValidationSyntaxError
-
- Enclosing class:
- BPMN2SyntaxChecker
public class BPMN2SyntaxChecker.ValidationSyntaxError extends Object
-
-
Constructor Summary
Constructors Constructor Description ValidationSyntaxError(org.eclipse.bpmn2.BaseElement element, String type, String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.bpmn2.BaseElement
getElement()
String
getError()
org.json.JSONObject
toJSON()
-
-
-
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()
-
-