com.hp.hpl.jena.reasoner
Class ReasonerException

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.ReasonerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalParameterException

public class ReasonerException
extends com.hp.hpl.jena.shared.JenaException

Exception signalling some generic problem with the reasoning subsystem. Subclasses of this exception may be used to report more specific problems.

In the future there may be a top level JenaException which this exception should extend.

Version:
$Revision: 1.5 $ on $Date: 2003/05/30 16:26:14 $
Author:
Dave Reynolds
See Also:
Serialized Form

Constructor Summary
ReasonerException(java.lang.String msg)
          Constructor.
ReasonerException(java.lang.String msg, java.lang.Throwable cause)
          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

ReasonerException

public ReasonerException(java.lang.String msg)
Constructor.

Parameters:
msg - a free-text message describing the problem

ReasonerException

public ReasonerException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructor.

Parameters:
msg - a free-text message describing the problem
cause - a nested exception which prompted this error


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