Class ThrowExceptionOnFragmentTransformationError
java.lang.Object
com.atlassian.confluence.content.render.xhtml.transformers.ThrowExceptionOnFragmentTransformationError
- All Implemented Interfaces:
FragmentTransformationErrorHandler
public class ThrowExceptionOnFragmentTransformationError
extends Object
implements FragmentTransformationErrorHandler
Just propagates the exception thrown in fragment transformation as a runtime exception.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle
(XMLEventReader erroneousFragment, Exception transformationException) Handles fragment transformation problem.
-
Constructor Details
-
ThrowExceptionOnFragmentTransformationError
public ThrowExceptionOnFragmentTransformationError()
-
-
Method Details
-
handle
Description copied from interface:FragmentTransformationErrorHandler
Handles fragment transformation problem.- Specified by:
handle
in interfaceFragmentTransformationErrorHandler
- Parameters:
erroneousFragment
- reader over fragment that caused a transformation problemtransformationException
- the exception thrown during transformation of the erroneous fragment.- Returns:
- an alternate representation of the erroneous fragment in XML (that is more friendly to edit or display)
-