edu.udo.cs.yale.operator
Class WrongNumberOfInnerOperatorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.udo.cs.yale.operator.WrongNumberOfInnerOperatorsException
- All Implemented Interfaces:
- java.io.Serializable
public class WrongNumberOfInnerOperatorsException
- extends java.lang.Exception
Will be thrown if an operator chain needs a specific number of inner
operators which is not fulfilled. Should be thrown during validation, usually
in the method OperatorChain.checkIO(Class[])
.
- Version:
- $Id: WrongNumberOfInnerOperatorsException.java,v 2.2 2006/03/21
15:35:42 ingomierswa Exp $
- Author:
- Ingo Mierswa
- See Also:
- Serialized Form
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
operator
private Operator operator
WrongNumberOfInnerOperatorsException
public WrongNumberOfInnerOperatorsException(OperatorChain operator,
int min,
int max,
int actual)
getOperator
public Operator getOperator()
Copyright © 2001-2006