Rule Designer API

ilog.rules.brl.syntaxtree
Class IlrNodePathError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.brl.util.IlrBRLError
              extended by ilog.rules.brl.syntaxtree.IlrNodePathError
All Implemented Interfaces:
ilog.rules.data.IlrError, Serializable

public class IlrNodePathError
extends IlrBRLError

An error thrown by IlrSyntaxTree.getNodeFromPath(String), when the path is incorrect, or not well-formed.

Since:
JRules 4.5
See Also:
Serialized Form

Constructor Summary
IlrNodePathError(String message)
           Constructs an instance of IlrNodePathError with an error message.
IlrNodePathError(String message, Object arg)
           Constructs an instance of IlrNodePathError with an error message and an argument.
IlrNodePathError(String message, Object[] args)
           Constructs an instance of IlrNodePathError with an error message and several arguments.
IlrNodePathError(String message, Object arg1, Object arg2)
           Constructs an instance of IlrNodePathError with an error message and two arguments.
 
Method Summary
 
Methods inherited from class ilog.rules.brl.util.IlrBRLError
isWarning
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlrNodePathError

public IlrNodePathError(String message)

Constructs an instance of IlrNodePathError with an error message.

Parameters:
message - The error message.

IlrNodePathError

public IlrNodePathError(String message,
                        Object arg)

Constructs an instance of IlrNodePathError with an error message and an argument.

Parameters:
message - The error message.
arg - The argument for the error.

IlrNodePathError

public IlrNodePathError(String message,
                        Object arg1,
                        Object arg2)

Constructs an instance of IlrNodePathError with an error message and two arguments.

Parameters:
message - The error message.
arg1 - The first argument for the error.
arg2 - The second argument for the error.

IlrNodePathError

public IlrNodePathError(String message,
                        Object[] args)

Constructs an instance of IlrNodePathError with an error message and several arguments.

Parameters:
message - The error message.
args - The arguments for the error.

Rule Designer API

© Copyright IBM Corp. 1987, 2013