com.rapidminer.operator
Class MissingIOObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapidminer.operator.OperatorException
              extended by com.rapidminer.operator.UserError
                  extended by com.rapidminer.operator.MissingIOObjectException
All Implemented Interfaces:
NoBugError, java.io.Serializable

public class MissingIOObjectException
extends UserError

Will be thrown if an operator can not get its desired input. Is usually thrown during a process which was started although the validation delivered an message that the operator needs additional input.

Author:
Ingo Mierswa, Simon Fischer ingomierswa Exp $
See Also:
Serialized Form

Constructor Summary
MissingIOObjectException(java.lang.Class cls)
           
 
Method Summary
 java.lang.Class getMissingClass()
           
 
Methods inherited from class com.rapidminer.operator.UserError
getCode, getDetails, getErrorMessage, getErrorName, getHTMLMessage, getOperator, getResourceString, setOperator
 
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

MissingIOObjectException

public MissingIOObjectException(java.lang.Class cls)
Method Detail

getMissingClass

public java.lang.Class getMissingClass()


Copyright © 2001-2009 by Rapid-I