org.dllearner.core
Class ReasoningMethodUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dllearner.core.ReasoningMethodUnsupportedException
- All Implemented Interfaces:
- Serializable
public class ReasoningMethodUnsupportedException
- extends Exception
Exception indicating that a reasoner implementation cannot support
the requested operation. Either the operation itself is not implemented
or does not support certain features, e.g. a reasoner could support
instance checks but not if the class description contains datatype
constructs.
- Author:
- Jens Lehmann
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReasoningMethodUnsupportedException
public ReasoningMethodUnsupportedException()
ReasoningMethodUnsupportedException
public ReasoningMethodUnsupportedException(String message)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann