org.camunda.bpm.engine.impl.util.xml
Class Problem

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.xml.Problem

public class Problem
extends Object

Author:
Tom Baeyens, Joram Barrez

Field Summary
protected  int column
           
protected  String errorMessage
           
protected  int line
           
protected  String resource
           
 
Constructor Summary
Problem(BpmnParseException exception, String resourceName)
           
Problem(SAXParseException e, String resource)
           
Problem(String errorMessage, String resourceName, Element element)
           
 
Method Summary
protected  void concatenateErrorMessages(Throwable throwable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorMessage

protected String errorMessage

resource

protected String resource

line

protected int line

column

protected int column
Constructor Detail

Problem

public Problem(SAXParseException e,
               String resource)

Problem

public Problem(String errorMessage,
               String resourceName,
               Element element)

Problem

public Problem(BpmnParseException exception,
               String resourceName)
Method Detail

concatenateErrorMessages

protected void concatenateErrorMessages(Throwable throwable)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 camunda services GmbH. All rights reserved.