Documentation of 'org.jgap.UnsupportedRepresentationException' Java class
UnsupportedRepresentationException
org.jgap

Class UnsupportedRepresentationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class UnsupportedRepresentationException
    extends java.lang.Exception
    This exception is typically thrown when the setValueFromPersistentRepresentation() method of a Gene class is unable to process the string representation it has been given, either because that representation is not supported by that Gene implementation or because the representation is corrupt.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      UnsupportedRepresentationException(java.lang.String a_message)
      Constructs a new UnsupportedRepresentationException instance with the given error message.
    • 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

      • UnsupportedRepresentationException

        public UnsupportedRepresentationException(java.lang.String a_message)
        Constructs a new UnsupportedRepresentationException instance with the given error message.
        Parameters:
        a_message - an error message describing the reason this exception is being thrown
        Since:
        1.0

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.