org.ontoware.rdf2go.exception
Class ReasoningNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ontoware.rdf2go.exception.ModelRuntimeException
                  extended by org.ontoware.rdf2go.exception.ReasoningNotSupportedException
All Implemented Interfaces:
java.io.Serializable, AnyModelException

public class ReasoningNotSupportedException
extends ModelRuntimeException

The intended type of reasoning is not supported by this Adapter.

Author:
sauermann
See Also:
Serialized Form

Constructor Summary
ReasoningNotSupportedException()
           
ReasoningNotSupportedException(java.lang.String message)
           
ReasoningNotSupportedException(java.lang.String message, java.lang.Throwable cause)
           
ReasoningNotSupportedException(java.lang.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

ReasoningNotSupportedException

public ReasoningNotSupportedException()

ReasoningNotSupportedException

public ReasoningNotSupportedException(java.lang.String message,
                                      java.lang.Throwable cause)
Parameters:
message -
cause -

ReasoningNotSupportedException

public ReasoningNotSupportedException(java.lang.String message)
Parameters:
message -

ReasoningNotSupportedException

public ReasoningNotSupportedException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.