cz.cuni.pogamut.experiments
Class ExecutorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.pogamut.experiments.ExecutorException
All Implemented Interfaces:
java.io.Serializable

public class ExecutorException
extends java.lang.Exception

Executor cannot execute given experiment. Maybe there is already an experiment running.

See Also:
Serialized Form

Constructor Summary
ExecutorException()
           
ExecutorException(java.lang.String s)
          Creates a new instance of ExecutorBussylException
 
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

ExecutorException

public ExecutorException(java.lang.String s)
Creates a new instance of ExecutorBussylException


ExecutorException

public ExecutorException()