edu.udo.cs.yale.operator
Class OperatorCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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
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.
createMessage
private static java.lang.String createMessage(int code,
java.lang.String className)
Copyright © 2001-2006