org.krakenapps.filter.exception
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ConfigurationException(java.lang.String configName)
           
ConfigurationException(java.lang.String name, java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getConfigurationName()
           
 java.lang.String getErrorMessage()
           
 
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

ConfigurationException

public ConfigurationException(java.lang.String configName)

ConfigurationException

public ConfigurationException(java.lang.String name,
                              java.lang.String errorMessage)
Method Detail

getConfigurationName

public java.lang.String getConfigurationName()

getErrorMessage

public java.lang.String getErrorMessage()


Copyright © 2008-2009 Kraken Project. All Rights Reserved.