|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
eworks.RQL.engine.VariableNotBoundException
Indicates that a variable's value is used although the variable has not been bound, which is not allowed.
| Constructor Summary | |
VariableNotBoundException()
Creates a new instance. |
|
VariableNotBoundException(String message)
Creates a new instance with the given description. |
|
VariableNotBoundException(String message,
Throwable cause)
Creates a new instance and encapsulated the given exception and message as the exception's cause and description. |
|
VariableNotBoundException(Throwable cause)
Creates a new instance and encapsulated the given exception as the exception's cause. |
|
| 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 VariableNotBoundException()
public VariableNotBoundException(String message)
message - The exception's description.public VariableNotBoundException(Throwable cause)
cause - The exception which has caused the exception.
public VariableNotBoundException(String message,
Throwable cause)
message - The exception's description.cause - The exception which has caused the exception.
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||