com.rapidminer.operator
Class IllegalNumberOfInnerOperatorsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapidminer.operator.IllegalNumberOfInnerOperatorsException
All Implemented Interfaces:
java.io.Serializable

public class IllegalNumberOfInnerOperatorsException
extends java.lang.Exception

Will be thrown if an operator chain has the wrong number of inner operators. Should be thrown during validation.

Author:
Ingo Mierswa, Simon Fischer 15:35:42 ingomierswa Exp $
See Also:
Serialized Form

Constructor Summary
IllegalNumberOfInnerOperatorsException(java.lang.String message, OperatorChain operatorChain)
           
 
Method Summary
 OperatorChain getOperatorChain()
           
 
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
 

Constructor Detail

IllegalNumberOfInnerOperatorsException

public IllegalNumberOfInnerOperatorsException(java.lang.String message,
                                              OperatorChain operatorChain)
Method Detail

getOperatorChain

public OperatorChain getOperatorChain()


Copyright © 2001-2009 by Rapid-I