Class PageSourceWrappingExceptionTransformer
- java.lang.Object
-
- com.atlassian.confluence.htmlunit.PageSourceWrappingExceptionTransformer
-
- All Implemented Interfaces:
com.google.common.base.Function<Throwable,Throwable>
,Function<Throwable,Throwable>
public class PageSourceWrappingExceptionTransformer extends Object implements Function<Throwable,Throwable>, com.google.common.base.Function<Throwable,Throwable>
Wraps various JWebUnit exception types in other exceptions which include the page source.Google Function is for jwebunit-confluence-plugin 1.x compatibility. Java Function is for 2.x compatibility.
-
-
Constructor Summary
Constructors Constructor Description PageSourceWrappingExceptionTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
apply(Throwable ex)
void
setTester(net.sourceforge.jwebunit.junit.WebTester tester)
-