Package org.fest.swing.image
Class ImageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.image.ImageException
- All Implemented Interfaces:
Serializable
Understands an exception thrown by
ScreenshotTaker when, for some reason, a screenshot of the
desktop cannot be taken.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImageException(String message) Creates a new.ImageExceptionImageException(String message, Throwable cause) Creates a new.ImageException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ImageException
Creates a new.ImageException- Parameters:
message- the detail message.
-
ImageException
Creates a new.ImageException- Parameters:
message- the detail message.cause- the cause of the error.
-