Rule Execution Server API

ilog.rules.xml
Class IlrXmlErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.xml.IlrXmlErrorException
All Implemented Interfaces:
Serializable

public class IlrXmlErrorException
extends Exception

This class defines an exception raised when a error is encountered during XML operation. The exception contains a list of errors and warnings.

See Also:
Serialized Form

Method Summary
 IlrXmlError[] getErrors()
          Get the error list.
 IlrXmlError[] getWarnings()
          Get the warning list.
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrors

public IlrXmlError[] getErrors()
Get the error list.

Returns:
the errors

getWarnings

public IlrXmlError[] getWarnings()
Get the warning list.

Returns:
the warnings

toString

public String toString()
Overrides:
toString in class Throwable

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013