jason.core
Class InvalidKeyException

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

public class InvalidKeyException
extends ConfigException

Exception throwed for unknown configuration key

Since:
1.0
See Also:
ConfigException, Serialized Form

Constructor Summary
InvalidKeyException(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

InvalidKeyException

public InvalidKeyException(java.lang.String message)