com.atlassian.confluence.htmlunit
Class PageSourceWrappingExceptionTransformer

java.lang.Object
  extended by com.atlassian.confluence.htmlunit.PageSourceWrappingExceptionTransformer
All Implemented Interfaces:
com.google.common.base.Function<Throwable,Throwable>

public class PageSourceWrappingExceptionTransformer
extends Object
implements com.google.common.base.Function<Throwable,Throwable>

Wraps various JWebUnit exception types in other exceptions which include the page source


Constructor Summary
PageSourceWrappingExceptionTransformer()
           
 
Method Summary
 Throwable apply(Throwable ex)
           
 void setTester(net.sourceforge.jwebunit.junit.WebTester tester)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

PageSourceWrappingExceptionTransformer

public PageSourceWrappingExceptionTransformer()
Method Detail

setTester

public void setTester(net.sourceforge.jwebunit.junit.WebTester tester)

apply

public Throwable apply(Throwable ex)
Specified by:
apply in interface com.google.common.base.Function<Throwable,Throwable>


Copyright © 2003-2013 Atlassian. All Rights Reserved.