Class InvalidRepresentationException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class InvalidRepresentationException extends MathIllegalArgumentException
Exception indicating that the representation of a chromosome is not valid.
Since:
2.0
See Also:
  • Constructor Details

    • InvalidRepresentationException

      public InvalidRepresentationException(Localizable pattern, Object... args)
      Construct an InvalidRepresentationException with a specialized message.
      Parameters:
      pattern - Message pattern.
      args - Arguments.