org.semanticweb.elk.reasoner.stages
Class ElkInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.elk.owl.exceptions.ElkException
              extended by org.semanticweb.elk.reasoner.stages.ElkInterruptedException
All Implemented Interfaces:
Serializable

public class ElkInterruptedException
extends ElkException

Thrown when the reasoner process has been interrupted

Author:
"Yevgeny Kazakov"
See Also:
Serialized Form

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

ElkInterruptedException

public ElkInterruptedException()

ElkInterruptedException

public ElkInterruptedException(String message)

ElkInterruptedException

public ElkInterruptedException(String message,
                               Throwable cause)

ElkInterruptedException

public ElkInterruptedException(Throwable cause)


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