org.camunda.bpm.engine.impl.util.xml
Class Problem
java.lang.Object
org.camunda.bpm.engine.impl.util.xml.Problem
public class Problem
- extends Object
- Author:
- Tom Baeyens, Joram Barrez
errorMessage
protected String errorMessage
resource
protected String resource
line
protected int line
column
protected int column
Problem
public Problem(SAXParseException e,
String resource)
Problem
public Problem(String errorMessage,
String resourceName,
Element element)
Problem
public Problem(BpmnParseException exception,
String resourceName)
concatenateErrorMessages
protected void concatenateErrorMessages(Throwable throwable)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016 camunda services GmbH. All rights reserved.