|
Rule Execution Server API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IlrXmlError
This interface represents an error or a warning detected during an XML operation.
| Field Summary | |
|---|---|
static int |
UNKNOWN
|
| Method Summary | |
|---|---|
int |
getEndColumn()
Gets the column end of the error. |
int |
getEndLine()
Gets the line end of the error. |
Exception |
getException()
Gets the exception at the origin of the error if exists. |
String |
getSource()
Gets the source error. |
int |
getStartColumn()
Gets the column start of the error. |
int |
getStartLine()
Gets the line start of the error. |
String |
getType()
Gets the type of the error. |
String |
getXPath()
Gets the XPath of the error. |
| Field Detail |
|---|
static final int UNKNOWN
| Method Detail |
|---|
int getStartColumn()
int getStartLine()
int getEndColumn()
int getEndLine()
String getXPath()
XPath of the error.
String getType()
String getSource()
Exception getException()
|
Rule Execution Server API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||