org.jgap
Class InvalidConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgap.InvalidConfigurationException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidConfigurationException extends java.lang.ExceptionThis exception is typically thrown when an invalid value has been passed to a Configuration object, an attempt is made to lock a Configuration object before all required settings have been provided, or an attempt is made to alter a setting in a Configuration object after it has been successfully locked.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InvalidConfigurationException(java.lang.String a_message)Constructs a new InvalidConfigurationException instance with the given error message.InvalidConfigurationException(java.lang.String a_message, java.lang.Throwable a_exception)InvalidConfigurationException(java.lang.Throwable a_exception)
-
-
-
Constructor Detail
-
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String a_message)
Constructs a new InvalidConfigurationException instance with the given error message.- Parameters:
a_message- An error message describing the reason this exception is being thrown- Since:
- 1.0
-
InvalidConfigurationException
public InvalidConfigurationException(java.lang.Throwable a_exception)
- Parameters:
a_exception- Throwable- Since:
- 3.2
-
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String a_message, java.lang.Throwable a_exception)- Parameters:
a_message- An error message describing the reason this exception is being throwna_exception- Throwable- Since:
- 3.5
-
-
DMelt 3.0 © DataMelt by jWork.ORG