JGAP

org.jgap.data.config
Class MetaConfigException

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

public class MetaConfigException
extends java.lang.Exception

Exception throw when there is an error reading or loading the config file describing the GUI for JGAP configuration.

Since:
2.4
See Also:
Serialized Form

Constructor Summary
MetaConfigException(java.lang.String a_message)
          Constructs a new MetaConfigException 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

MetaConfigException

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

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

JGAP