edu.udo.cs.yale.operator
Class WrongNumberOfInnerOperatorsException

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

Field Summary
private  Operator operator
           
private static long serialVersionUID
           
 
Constructor Summary
WrongNumberOfInnerOperatorsException(OperatorChain operator, int min, int max, int actual)
           
 
Method Summary
 Operator getOperator()
           
 
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

operator

private Operator operator
Constructor Detail

WrongNumberOfInnerOperatorsException

public WrongNumberOfInnerOperatorsException(OperatorChain operator,
                                            int min,
                                            int max,
                                            int actual)
Method Detail

getOperator

public Operator getOperator()


Copyright © 2001-2006