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:
java.io.Serializable
,ExceptionContextProvider
public class InvalidRepresentationException extends MathIllegalArgumentException
Exception indicating that the representation of a chromosome is not valid.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRepresentationException(Localizable pattern, java.lang.Object... args)
Construct an InvalidRepresentationException with a specialized message.
-
Method Summary
-
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException
getContext, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
InvalidRepresentationException
public InvalidRepresentationException(Localizable pattern, java.lang.Object... args)
Construct an InvalidRepresentationException with a specialized message.- Parameters:
pattern
- Message pattern.args
- Arguments.
-
-