edu.udo.cs.yale.operator
Class OperatorCreationException

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

Version:
$Id: OperatorCreationException.java,v 1.6 2006/03/21 15:35:42 ingomierswa Exp $
Author:
Ingo Mierswa
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
           
private static long serialVersionUID
           
 
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
private static java.lang.String createMessage(int code, java.lang.String className)
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

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
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.

Method Detail

createMessage

private static java.lang.String createMessage(int code,
                                              java.lang.String className)


Copyright © 2001-2006