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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElkIndexingUnsupportedException, ElkUnexpectedIndexingException

public class ElkIndexingException
extends ElkRuntimeException

An exception to signal indexing problems

Author:
Frantisek Simancik, "Yevgeny Kazakov"
See Also:
Serialized Form

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

ElkIndexingException

protected ElkIndexingException()

ElkIndexingException

public ElkIndexingException(String message)

ElkIndexingException

public ElkIndexingException(String message,
                            Throwable cause)

ElkIndexingException

public ElkIndexingException(Throwable cause)


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