Class InvalidRepresentationException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class InvalidRepresentationException extends MathIllegalArgumentException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
Exception indicating that the representation of a chromosome is not valid.
See Also:
  • Constructor Details

    • InvalidRepresentationException

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