org.mycore.services.plugins
Class FilterPluginTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mycore.common.MCRException
org.mycore.services.plugins.FilterPluginTransformException
- All Implemented Interfaces:
- Serializable
public class FilterPluginTransformException
- extends MCRException
Exception to be thrown if transformation to text stream failed
- Author:
- Thomas Scheffler (yagee)
- See Also:
- Serialized Form
FilterPluginTransformException
public FilterPluginTransformException(String message)
- just uses super Constructor yet...
- Parameters:
message - - See Also:
MCRException
FilterPluginTransformException
public FilterPluginTransformException(String message,
Exception exception)
- just uses super Constructor yet...
- Parameters:
message - exception - - See Also:
MCRException