org.apache.commons.math3.genetics
Class InvalidRepresentationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.genetics.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
- Version:
- $Id: InvalidRepresentationException.java 3720 2012-03-16 16:34:17Z CardosoP $
- See Also:
- Serialized Form
InvalidRepresentationException
public InvalidRepresentationException(Localizable pattern,
Object... args)
- Construct an InvalidRepresentationException with a specialized message.
- Parameters:
pattern - Message pattern.args - Arguments.
Copyright © 2016 CNES. All Rights Reserved.