Package at.willhaben.willtest.rule
Class PageContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- at.willhaben.willtest.rule.PageContentException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class PageContentException extends java.lang.ExceptionDeprecated.An exception, which contains the page content of the browser at the time of the test error. Will be used probably to retry a test based on the page content. SeeRetryfor details.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageContentException(java.lang.String pageContent)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetPageContent()Deprecated.
-