jason.core
Class ConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jason.core.ConfigException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidKeyException

public class ConfigException
extends java.lang.Exception

Describe class ConfigException here.

Since:
1.0
See Also:
Exception, Serialized Form

Constructor Summary
ConfigException(java.lang.String message)
           
 
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 message)