public class ActionFailedException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static ActionFailedException |
actionFailure(String message)
Creates a new
. |
static ActionFailedException |
actionFailure(String message,
Throwable cause)
Creates a new
. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ActionFailedException actionFailure(String message)
ActionFailedException.message - the detail message.public static ActionFailedException actionFailure(String message, Throwable cause)
ActionFailedException.message - the detail message.cause - the cause of the error.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.