org.krakenapps.filter.exception
Class FilterFactoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.krakenapps.filter.exception.FilterFactoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FilterFactoryNotFoundException
extends java.lang.RuntimeException

Unchecked exception thrown when the filter factory is not found.

Since:
1.0.0
Author:
xeraph
See Also:
Serialized Form

Constructor Summary
FilterFactoryNotFoundException(java.lang.String filterFactoryName)
          Creates an exception with filter factory name
 
Method Summary
 java.lang.String getFilterFactoryName()
          Returns the filter factory name.
 
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

FilterFactoryNotFoundException

public FilterFactoryNotFoundException(java.lang.String filterFactoryName)
Creates an exception with filter factory name

Parameters:
filterFactoryName - filter class name in general, but can have alias name.
Method Detail

getFilterFactoryName

public java.lang.String getFilterFactoryName()
Returns the filter factory name.



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