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(SAXParseException e, String resource)
           
Problem(String errorMessage, String resourceName, Element element)
           
 
Method Summary
 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)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 camunda services GmbH. All Rights Reserved.