org.mycore.services.plugins
Class FilterPluginTransformException

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.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

Field Summary
 
Fields inherited from class org.mycore.common.MCRException
exception
 
Constructor Summary
FilterPluginTransformException(String message)
          just uses super Constructor yet...
FilterPluginTransformException(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

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