org.semanticweb.elk.util.concurrent.computation
Class ComputationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.semanticweb.elk.util.concurrent.computation.ComputationRuntimeException
All Implemented Interfaces:
Serializable

public class ComputationRuntimeException
extends RuntimeException

See Also:
Serialized Form

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

ComputationRuntimeException

public ComputationRuntimeException()

ComputationRuntimeException

public ComputationRuntimeException(String message)

ComputationRuntimeException

public ComputationRuntimeException(String message,
                                   Throwable cause)

ComputationRuntimeException

public ComputationRuntimeException(Throwable cause)


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