Class InvalidRepresentationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hipparchus.exception.MathRuntimeException
org.hipparchus.exception.MathIllegalArgumentException
org.hipparchus.migration.genetics.InvalidRepresentationException
- All Implemented Interfaces:
Serializable
,LocalizedException
Deprecated.
Exception indicating that the representation of a chromosome is not valid.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidRepresentationException
(Localizable pattern, Object... args) Deprecated.Construct an InvalidRepresentationException with a specialized message. -
Method Summary
Methods inherited from class org.hipparchus.exception.MathRuntimeException
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRepresentationException
Deprecated.Construct an InvalidRepresentationException with a specialized message.- Parameters:
pattern
- Message pattern.args
- Arguments.
-
MathIllegalStateException