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
InvalidRepresentationException
public InvalidRepresentationException(Localizable pattern,
Object... args)
- Construct an InvalidRepresentationException with a specialized message.
- Parameters:
pattern
- Message pattern.args
- Arguments.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.