|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.util.xml.Problem
public class Problem
| 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 |
|---|
protected String errorMessage
protected String resource
protected int line
protected int column
| Constructor Detail |
|---|
public Problem(SAXParseException e,
String resource)
public Problem(String errorMessage,
String resourceName,
Element element)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||