Package org.fest.swing.exception
Class ActionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.exception.ActionFailedException
- All Implemented Interfaces:
Serializable
Understands an error occurred when simulation of user input fails.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ActionFailedException
(String message) private
ActionFailedException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionFailedException
actionFailure
(String message) Creates a new
.ActionFailedException
static ActionFailedException
actionFailure
(String message, Throwable cause) Creates a new
.ActionFailedException
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
-
ActionFailedException
-
ActionFailedException
-
-
Method Details
-
actionFailure
Creates a new
.ActionFailedException
- Parameters:
message
- the detail message.- Returns:
- the created exception.
-
actionFailure
Creates a new
.ActionFailedException
- Parameters:
message
- the detail message.cause
- the cause of the error.- Returns:
- the created exception.
-