JGAP

org.jgap.data.config
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jgap.data.config.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Exception

Exception throw when there is an error with configuring JGAP via the GUI.

Since:
2.3
See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String a_message)
          Constructs a new ConfigException instance with the given error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

ConfigException

public ConfigException(java.lang.String a_message)
Constructs a new ConfigException instance with the given error message.

Parameters:
a_message - an error message describing the reason this exception is being thrown.
Since:
2.3

JGAP