Package es.urjc.etsii.grafo.exception


package es.urjc.etsii.grafo.exception
  • Class
    Description
    ExceptionHandler<S extends Solution<S,I>,I extends Instance>
    Abstract class to provide behaviour when an uncontrolled exception reaches executor code.
    Thrown by any algorithm component when the combination of parameters given is not valid
    Exception thrown when there is any problem loading an instance
    Thrown when an invalid random usage is detected, which would affect experiment reproducibility, and suggests alternatives to use.
    Thrown if the solution is not valid at different solving stages
    Thrown when the maximum allocated resources are consumed, or when even if they are not consumed, it is estimated with high confidence that we cannot complete the operation.