com.rapidminer.operator
Class OperatorCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static int CONSTRUCTION_ERROR
           
static int ILLEGAL_ACCESS_ERROR
           
static int INSTANTIATION_ERROR
           
static int NO_CONSTRUCTOR_ERROR
           
static int NO_DESCRIPTION_ERROR
           
static int NO_UNIQUE_DESCRIPTION_ERROR
           
static int OPERATOR_DISABLED_ERROR
           
 
Constructor Summary
OperatorCreationException(int code, java.lang.String className, java.lang.Throwable cause)
          Code must be one of the constants of this class.
 
Method Summary
 
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
 

Field Detail

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
Constructor Detail

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