|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.reasoner.rulesys.BuiltinException
public class BuiltinException
Exceptions thrown by runtime errors in exceuting rule system builtin operations.
Constructor Summary | |
---|---|
BuiltinException(Builtin builtin,
RuleContext context,
java.lang.String message)
Constructor. |
Method Summary |
---|
Methods inherited from class com.hp.hpl.jena.shared.JenaException |
---|
getCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BuiltinException(Builtin builtin, RuleContext context, java.lang.String message)
builtin
- the invoking builtincontext
- the invoking rule contextmessage
- a text explanation of the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |