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

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.ElkUnexpectedIndexingException
All Implemented Interfaces:
Serializable

public class ElkUnexpectedIndexingException
extends ElkIndexingException

An exception to signal incorrect indexing behavior.

Author:
"Yevgeny Kazakov"
See Also:
Serialized Form

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

ElkUnexpectedIndexingException

protected ElkUnexpectedIndexingException()

ElkUnexpectedIndexingException

public ElkUnexpectedIndexingException(String message)

ElkUnexpectedIndexingException

public ElkUnexpectedIndexingException(String message,
                                      Throwable cause)

ElkUnexpectedIndexingException

public ElkUnexpectedIndexingException(Throwable cause)


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