com.rapidminer.operator
Class IllegalInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rapidminer.operator.IllegalInputException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalInputException
- extends java.lang.Exception
Will be thrown if an operator needs an input type which is not provided or
gets the wrong input. Should be thrown during validation, usually in the
method OperatorChain.checkIO(Class[]).
- Author:
- Ingo Mierswa, Simon Fischer
ingomierswa Exp $
- See Also:
- Serialized Form
| 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 |
IllegalInputException
public IllegalInputException(Operator operator,
Operator innerOperator,
java.lang.Class clazz)
IllegalInputException
public IllegalInputException(Operator operator,
java.lang.Class clazz)
IllegalInputException
public IllegalInputException(Operator operator,
java.lang.String msg)
getOperator
public Operator getOperator()
Copyright © 2001-2009 by Rapid-I