com.shimari.framework
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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)
|
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 |
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)
getKeyword
public java.lang.String getKeyword()
getMessage
public java.lang.String getMessage()