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
    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

        equals, 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