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
ConstructorsModifierConstructorDescriptionprivateActionFailedException(String message) privateActionFailedException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionFailedExceptionactionFailure(String message) Creates a new.ActionFailedExceptionstatic ActionFailedExceptionactionFailure(String message, Throwable cause) Creates a new.ActionFailedExceptionMethods 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.
-