com.shimari.framework
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.shimari.framework.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String message)
           
ConfigException(java.lang.String message, java.lang.Throwable cause)
           
ConfigException(java.net.URL source, java.lang.String message, java.lang.String keyword)
           
ConfigException(java.net.URL source, java.lang.String message, java.lang.String keyword, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getKeyword()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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)

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable cause)

ConfigException

public ConfigException(java.net.URL source,
                       java.lang.String message,
                       java.lang.String keyword)

ConfigException

public ConfigException(java.net.URL source,
                       java.lang.String message,
                       java.lang.String keyword,
                       java.lang.Throwable cause)
Method Detail

getKeyword

public java.lang.String getKeyword()

getMessage

public java.lang.String getMessage()