org.semanticweb.elk.reasoner
Class ElkUnsupportedReasoningTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by 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

Constructor Summary
ElkUnsupportedReasoningTaskException()
           
ElkUnsupportedReasoningTaskException(String message)
           
ElkUnsupportedReasoningTaskException(String message, Throwable cause)
           
ElkUnsupportedReasoningTaskException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.