|
||||||||||
| 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.OperatorException
com.rapidminer.operator.UserError
com.rapidminer.operator.MissingIOObjectException
public class MissingIOObjectException
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.
| 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 |
|---|
public MissingIOObjectException(java.lang.Class cls)
| Method Detail |
|---|
public java.lang.Class getMissingClass()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||