Class InvalidRepresentationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidRepresentationException
    extends java.lang.Exception
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidRepresentationException

        public InvalidRepresentationException()
        Constructor
      • InvalidRepresentationException

        public InvalidRepresentationException​(java.lang.String arg0)
        Construct an InvalidRepresentationException
        Parameters:
        arg0 - exception message
      • InvalidRepresentationException

        public InvalidRepresentationException​(java.lang.Throwable arg0)
        Construct an InvalidRepresentationException
        Parameters:
        arg0 - cause
      • InvalidRepresentationException

        public InvalidRepresentationException​(java.lang.String arg0,
                                              java.lang.Throwable arg1)
        Construct an InvalidRepresentationException
        Parameters:
        arg0 - exception message
        arg1 - cause