org.semanticweb.owl.inference
Class UnsupportedReasonerOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owl.model.OWLException
              extended by org.semanticweb.owl.inference.OWLReasonerException
                  extended by org.semanticweb.owl.inference.UnsupportedReasonerOperationException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedReasonerOperationException
extends OWLReasonerException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2007

An exception which indicates that a reasoner does not support a particular operation, for example an "asks" or "query" operation.

See Also:
Serialized Form

Constructor Summary
UnsupportedReasonerOperationException()
           
UnsupportedReasonerOperationException(java.lang.String message)
           
 
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

UnsupportedReasonerOperationException

public UnsupportedReasonerOperationException()

UnsupportedReasonerOperationException

public UnsupportedReasonerOperationException(java.lang.String message)