org.krakenapps.filter.exception
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.krakenapps.filter.exception.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigurationException
- extends java.lang.RuntimeException
Unchecked exception thrown when the filter can not accept current
configurations.
- Since:
- 1.0.0
- Author:
- xeraph
- See Also:
- Serialized Form
| 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 |
ConfigurationException
public ConfigurationException(java.lang.String configName)
ConfigurationException
public ConfigurationException(java.lang.String name,
java.lang.String errorMessage)
getConfigurationName
public java.lang.String getConfigurationName()
getErrorMessage
public java.lang.String getErrorMessage()
Copyright © 2008-2009 Kraken Project. All Rights Reserved.