com.rapidminer.operator
Class ProcessStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapidminer.operator.OperatorException
              extended by com.rapidminer.operator.ProcessStoppedException
All Implemented Interfaces:
java.io.Serializable

public class ProcessStoppedException
extends OperatorException

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

Author:
Ingo Mierswa
See Also:
Serialized Form

Constructor Summary
ProcessStoppedException(Operator o)
           
 
Method Summary
 Operator getOperator()
           
 java.lang.String getOperatorName()
           
 
Methods inherited from class com.rapidminer.operator.OperatorException
getErrorMessage, getResourceString
 
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

ProcessStoppedException

public ProcessStoppedException(Operator o)
Method Detail

getOperator

public Operator getOperator()

getOperatorName

public java.lang.String getOperatorName()


Copyright © 2001-2009 by Rapid-I