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 Details

    • PageSourceWrappingExceptionTransformer

      public PageSourceWrappingExceptionTransformer()
  • Method Details