Rule Execution Server API

ilog.rules.xml
Interface IlrXmlError

All Superinterfaces:
ilog.rules.data.IlrError, Serializable

public interface IlrXmlError
extends ilog.rules.data.IlrError, Serializable

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

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values
Method Detail

getStartColumn

int getStartColumn()
Gets the column start of the error.

Returns:
the column start.

getStartLine

int getStartLine()
Gets the line start of the error.

Returns:
The line start.

getEndColumn

int getEndColumn()
Gets the column end of the error.

Returns:
The column end

getEndLine

int getEndLine()
Gets the line end of the error.

Returns:
The line end.

getXPath

String getXPath()
Gets the XPath of the error.


getType

String getType()
Gets the type of the error.

Returns:
the type.

getSource

String getSource()
Gets the source error.

Returns:
the source.

getException

Exception getException()
Gets the exception at the origin of the error if exists.

Returns:
the exception at error origin.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013