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 1416643 2012-12-03 19:37:14Z tn $
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- Serialization version id
- See Also:
- Constant Field Values
InvalidRepresentationException
public InvalidRepresentationException(Localizable pattern,
Object... args)
- Construct an InvalidRepresentationException with a specialized message.
- Parameters:
pattern
- Message pattern.args
- Arguments.
Copyright (c) 2003-2013 Apache Software Foundation