|
Rule Designer API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ilog.rules.brl.util.IlrBRLError
ilog.rules.brl.syntaxtree.IlrNodePathError
public class IlrNodePathError
An error thrown by IlrSyntaxTree.getNodeFromPath(String), when the path is
incorrect, or not well-formed.
| 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 |
|---|
public IlrNodePathError(String message)
Constructs an instance of IlrNodePathError with an error
message.
message - The error message.public IlrNodePathError(String message,
Object arg)
Constructs an instance of IlrNodePathError with an error
message and an argument.
message - The error message.arg - The argument for the error.public IlrNodePathError(String message,
Object arg1,
Object arg2)
Constructs an instance of IlrNodePathError with an error
message and two arguments.
message - The error message.arg1 - The first argument for the error.arg2 - The second argument for the error.public IlrNodePathError(String message,
Object[] args)
Constructs an instance of IlrNodePathError with an error
message and several arguments.
message - The error message.args - The arguments for the error.
|
Rule Designer API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||