org.mycore.services.plugins
Class FilterPluginInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mycore.common.MCRException
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
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