org.semanticweb.elk.reasoner
Class ElkUnsupportedReasoningTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.semanticweb.elk.reasoner.ElkUnsupportedReasoningTaskException
- All Implemented Interfaces:
- Serializable
public class ElkUnsupportedReasoningTaskException
- extends UnsupportedOperationException
Exception that is thrown when the reasoner is asked to perform a reasoning
task that is not supported.
- Author:
- Frantisek Simancik
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ElkUnsupportedReasoningTaskException
public ElkUnsupportedReasoningTaskException()
ElkUnsupportedReasoningTaskException
public ElkUnsupportedReasoningTaskException(String message)
ElkUnsupportedReasoningTaskException
public ElkUnsupportedReasoningTaskException(String message,
Throwable cause)
ElkUnsupportedReasoningTaskException
public ElkUnsupportedReasoningTaskException(Throwable cause)
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.