com.hp.hpl.jena.reasoner.rulesys
Class BuiltinException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.shared.JenaException
                  extended bycom.hp.hpl.jena.reasoner.rulesys.BuiltinException
All Implemented Interfaces:
java.io.Serializable

public class BuiltinException
extends JenaException

Exceptions thrown by runtime errors in exceuting rule system builtin operations.

Version:
$Revision: 1.4 $ on $Date: 2003/08/27 13:09:18 $
Author:
Dave Reynolds
See Also:
Serialized Form

Constructor Summary
BuiltinException(Builtin builtin, RuleContext context, java.lang.String message)
          Constructor.
 
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

BuiltinException

public BuiltinException(Builtin builtin,
                        RuleContext context,
                        java.lang.String message)
Constructor.

Parameters:
builtin - the invoking builtin
context - the invoking rule context
message - a text explanation of the error


Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.