com.hp.hpl.jena.reasoner
Class ReasonerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.reasoner.ReasonerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalParameterException

public class ReasonerException
extends 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.1 $ on $Date: 2009-06-29 08:55:50 $
Author:
Dave Reynolds
See Also:
Serialized Form

Constructor Summary
ReasonerException(String msg)
          Constructor.
ReasonerException(String msg, Throwable cause)
          Constructor.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReasonerException

public ReasonerException(String msg)
Constructor.

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

ReasonerException

public ReasonerException(String msg,
                         Throwable cause)
Constructor.

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


Licenced under the Apache License, Version 2.0