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.7 $ on $Date: 2004/12/07 09:56:29 $
- Author:
- Dave Reynolds
- See Also:
- Serialized Form
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 Hewlett-Packard Development Company, LP