com.rapidminer.operator
Class OperatorCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rapidminer.operator.OperatorCreationException
- All Implemented Interfaces:
- java.io.Serializable
public class OperatorCreationException
- extends java.lang.Exception
Exception class whose instances are thrown during the creation of operators.
- Author:
- Ingo Mierswa, Peter B. Volk
ingomierswa Exp $
- See Also:
- Serialized Form
|
Constructor Summary |
OperatorCreationException(int code,
java.lang.String className,
java.lang.Throwable cause)
Code must be one of the constants of this class. |
| 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 |
INSTANTIATION_ERROR
public static final int INSTANTIATION_ERROR
- See Also:
- Constant Field Values
ILLEGAL_ACCESS_ERROR
public static final int ILLEGAL_ACCESS_ERROR
- See Also:
- Constant Field Values
NO_CONSTRUCTOR_ERROR
public static final int NO_CONSTRUCTOR_ERROR
- See Also:
- Constant Field Values
CONSTRUCTION_ERROR
public static final int CONSTRUCTION_ERROR
- See Also:
- Constant Field Values
NO_DESCRIPTION_ERROR
public static final int NO_DESCRIPTION_ERROR
- See Also:
- Constant Field Values
NO_UNIQUE_DESCRIPTION_ERROR
public static final int NO_UNIQUE_DESCRIPTION_ERROR
- See Also:
- Constant Field Values
OPERATOR_DISABLED_ERROR
public static final int OPERATOR_DISABLED_ERROR
- See Also:
- Constant Field Values
OperatorCreationException
public OperatorCreationException(int code,
java.lang.String className,
java.lang.Throwable cause)
- Code must be one of the constants of this class. The classname should
define the operator.
Copyright © 2001-2009 by Rapid-I