com.hp.hpl.jena.reasoner
Class ReasonerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.reasoner.ReasonerException
- All Implemented Interfaces:
- java.io.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.8 $ on $Date: 2005/02/21 12:16:15 $
- Author:
- Dave Reynolds
- See Also:
- Serialized Form
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 |
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 problemcause
- a nested exception which prompted this error
Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP