public final class ImageException extends RuntimeException
ScreenshotTaker
when, for some reason, a screenshot of the
desktop cannot be taken.Constructor and Description |
---|
ImageException(String message)
Creates a new
. |
ImageException(String message,
Throwable cause)
Creates a new
. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ImageException(String message)
ImageException
.message
- the detail message.public ImageException(String message, Throwable cause)
ImageException
.message
- the detail message.cause
- the cause of the error.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.