Package es.udc.gii.common.eaf.exception

Exception Summary
ConfigurationException This runtime exception is thrown when something goes wrong while performing configuration.
OperatorException This exception represents a failure in the execution of a operator.
WrongAlgorithmException This exception is thrown whenever a wrong instance of an evolutionary algorithm is found since some operators are only meaningful when used with certain algorithms.
WrongComparatorException Some clases require a concrete type of comparator.
WrongIndividualException Some algorithms require specific instances of Individual subclases.