org.dllearner.core
Class ReasoningMethodUnsupportedException

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

Constructor Summary
ReasoningMethodUnsupportedException()
           
ReasoningMethodUnsupportedException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReasoningMethodUnsupportedException

public ReasoningMethodUnsupportedException()

ReasoningMethodUnsupportedException

public ReasoningMethodUnsupportedException(String message)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann