org.jgap
Class UnsupportedRepresentationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgap.UnsupportedRepresentationException
-
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedRepresentationException extends java.lang.ExceptionThis 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.
-
-
-
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