Package com.mayam.wf.siteconfig
Class SiteConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mayam.wf.siteconfig.SiteConfigException
- All Implemented Interfaces:
Serializable
Exception thrown by an invalid SiteConfig. The cause is typically inconsistent code or a bad properties file.
- Author:
- Markus MÃ¥rtensson
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
SiteConfigException
(String message, Class<? extends AbstractSiteConfig> configClass) SiteConfigException
(String message, Class<? extends AbstractSiteConfig> configClass, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends AbstractSiteConfig> void
setConfigClass
(Class<? extends AbstractSiteConfig> configClass) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SiteConfigException
protected SiteConfigException() -
SiteConfigException
public SiteConfigException(String message, Class<? extends AbstractSiteConfig> configClass, Throwable cause) -
SiteConfigException
-
-
Method Details
-
getConfigClass
-
setConfigClass
-