Class JMetalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.uma.jmetal.util.errorchecking.JMetalException
All Implemented Interfaces:
Serializable

public class JMetalException extends RuntimeException implements Serializable
jMetal exception class
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
See Also:
  • Constructor Details

    • JMetalException

      public JMetalException(String message)
    • JMetalException

      public JMetalException(Exception e)
    • JMetalException

      public JMetalException(String message, Exception e)