Interface FragmentTransformationErrorHandler
- 
- All Known Implementing Classes:
 ThrowExceptionOnFragmentTransformationError,TransformErrorToHtmlPlaceholder
public interface FragmentTransformationErrorHandlerHandler that responds to problems in fragment transformation.- Since:
 - 4.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringhandle(XMLEventReader erroneousFragment, Exception transformationException)Handles fragment transformation problem. 
 - 
 
- 
- 
Method Detail
- 
handle
String handle(XMLEventReader erroneousFragment, Exception transformationException)
Handles fragment transformation problem.- 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)
 
 
 - 
 
 -