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 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
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 |
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 © 2001-2003 Hewlett-Packard. All Rights Reserved.