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:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 problemcause
- a nested exception which prompted this error
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP