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 public class InvalidRepresentationException extends MathIllegalArgumentException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
Exception indicating that the representation of a chromosome is not valid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRepresentationException(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 Detail
-
InvalidRepresentationException
public InvalidRepresentationException(Localizable pattern, Object... args)
Deprecated.Construct an InvalidRepresentationException with a specialized message.- Parameters:
pattern
- Message pattern.args
- Arguments.
-
-