Class InvalidRepresentationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.math4.legacy.exception.MathRuntimeException
-
- org.apache.commons.math4.legacy.exception.MathIllegalArgumentException
-
- org.apache.commons.math4.legacy.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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRepresentationException(Localizable pattern, Object... args)
Construct an InvalidRepresentationException with a specialized message.
-
Method Summary
-
Methods inherited from class org.apache.commons.math4.legacy.exception.MathRuntimeException
getContext, getLocalizedMessage, getMessage
-
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)
Construct an InvalidRepresentationException with a specialized message.- Parameters:
pattern
- Message pattern.args
- Arguments.
-
-