net.thucydides.core.screenshots
Class ScreenshotException

Package class diagram package ScreenshotException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.thucydides.core.screenshots.ScreenshotException
All Implemented Interfaces:
Serializable

public class ScreenshotException
extends RuntimeException

The screenshot could not be taken for some reason.

See Also:
Serialized Form

Constructor Summary
ScreenshotException(String message, Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScreenshotException

public ScreenshotException(String message,
                           Throwable e)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.