org.mycore.services.plugins
Class FilterPluginInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mycore.common.MCRException
                  extended by org.mycore.services.plugins.FilterPluginInstantiationException
All Implemented Interfaces:
Serializable

public class FilterPluginInstantiationException
extends MCRException

Thrown when an application tries to create an instance of a class implementing the TextFilterPlugin interface, but the specified class object cannot be instantiated because it has requisites that are no met.

Author:
Thomas Scheffler (yagee)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mycore.common.MCRException
exception
 
Constructor Summary
FilterPluginInstantiationException(String message)
          just uses super Constructor yet...
FilterPluginInstantiationException(String message, Exception exception)
          just uses super Constructor yet...
 
Method Summary
 
Methods inherited from class org.mycore.common.MCRException
getException, getStackTraceAsString, getStackTraceAsString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterPluginInstantiationException

public FilterPluginInstantiationException(String message)
just uses super Constructor yet...

Parameters:
message -
See Also:
MCRException

FilterPluginInstantiationException

public FilterPluginInstantiationException(String message,
                                          Exception exception)
just uses super Constructor yet...

Parameters:
message -
exception -
See Also:
MCRException