Package org.apache.commons.math.genetics
Class InvalidRepresentationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.math.genetics.InvalidRepresentationException
- All Implemented Interfaces:
Serializable
Exception indicating that the representation of a chromosome is not valid.
- Since:
- 2.0
- Version:
- $Revision: 811685 $ $Date: 2009-09-05 19:36:48 +0200 (sam. 05 sept. 2009) $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstruct an InvalidRepresentationExceptionInvalidRepresentationException
(String arg0, Throwable arg1) Construct an InvalidRepresentationExceptionConstruct an InvalidRepresentationException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRepresentationException
public InvalidRepresentationException()Constructor -
InvalidRepresentationException
Construct an InvalidRepresentationException- Parameters:
arg0
- exception message
-
InvalidRepresentationException
Construct an InvalidRepresentationException- Parameters:
arg0
- cause
-
InvalidRepresentationException
Construct an InvalidRepresentationException- Parameters:
arg0
- exception messagearg1
- cause
-