edu.udo.cs.yale.operator
Class ExperimentStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.yale.operator.OperatorException
              extended by edu.udo.cs.yale.operator.ExperimentStoppedException
All Implemented Interfaces:
java.io.Serializable

public class ExperimentStoppedException
extends OperatorException

Exception class whose instances are thrown by instances of the class 'Operator' or of one of its subclasses.

Version:
$Id: ExperimentStoppedException.java,v 2.8 2006/03/21 15:35:42 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ExperimentStoppedException(Operator o)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ExperimentStoppedException

public ExperimentStoppedException(Operator o)


Copyright © 2001-2006