org.semanticweb.elk.reasoner.indexing.hierarchy
Class ElkIndexingUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.semanticweb.elk.owl.exceptions.ElkRuntimeException
                  extended by org.semanticweb.elk.reasoner.indexing.hierarchy.ElkIndexingException
                      extended by org.semanticweb.elk.reasoner.indexing.hierarchy.ElkIndexingUnsupportedException
All Implemented Interfaces:
Serializable

public class ElkIndexingUnsupportedException
extends ElkIndexingException

This exception should be used to indicate that some ElkObject cannot be represented within the index datastructure, that is, it is not supported by the reasoner.

Author:
"Yevgeny Kazakov"
See Also:
Serialized Form

Constructor Summary
protected ElkIndexingUnsupportedException()
           
  ElkIndexingUnsupportedException(ElkObject elkObject)
           
  ElkIndexingUnsupportedException(ElkObject elkObject, Throwable cause)
           
protected ElkIndexingUnsupportedException(String message)
           
protected ElkIndexingUnsupportedException(String message, Throwable cause)
           
protected ElkIndexingUnsupportedException(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

ElkIndexingUnsupportedException

protected ElkIndexingUnsupportedException()

ElkIndexingUnsupportedException

protected ElkIndexingUnsupportedException(String message)

ElkIndexingUnsupportedException

protected ElkIndexingUnsupportedException(String message,
                                          Throwable cause)

ElkIndexingUnsupportedException

protected ElkIndexingUnsupportedException(Throwable cause)

ElkIndexingUnsupportedException

public ElkIndexingUnsupportedException(ElkObject elkObject)

ElkIndexingUnsupportedException

public ElkIndexingUnsupportedException(ElkObject elkObject,
                                       Throwable cause)


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.