|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.rapidminer.operator.WrongNumberOfInnerOperatorsException
public class WrongNumberOfInnerOperatorsException
Will be thrown if an operator chain needs a specific number of inner
operators which is not fulfilled. Should be thrown during validation, usually
in the method OperatorChain.checkIO(Class[]).
| Constructor Summary | |
|---|---|
WrongNumberOfInnerOperatorsException(OperatorChain operator,
int min,
int max,
int actual)
|
|
| Method Summary | |
|---|---|
Operator |
getOperator()
|
| 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 |
|---|
public WrongNumberOfInnerOperatorsException(OperatorChain operator,
int min,
int max,
int actual)
| Method Detail |
|---|
public Operator getOperator()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||