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
Exception indicating that the representation of a chromosome is not valid.
- Since:
- 2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidRepresentationException
(Localizable pattern, Object... args) Construct an InvalidRepresentationException with a specialized message. -
Method Summary
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException
getContext, getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRepresentationException
Construct an InvalidRepresentationException with a specialized message.- Parameters:
pattern
- Message pattern.args
- Arguments.
-