public class FindFailed extends SikuliException
Modifier and Type | Field and Description |
---|---|
static FindFailedResponse |
ABORT
FindFailedResponse: should abort the SikuliX application
|
static FindFailedResponse |
defaultFindFailedResponse
default FindFailedResponse is ABORT
|
static FindFailedResponse |
PROMPT
FindFailedResponse: should display a prompt dialog with the failing image
having the options retry, skip and abort
|
static FindFailedResponse |
RETRY
FindFailedResponse: should retry the find op on FindFailed
|
static FindFailedResponse |
SKIP
FindFailedResponse: should silently continue on FindFailed
|
_name
Constructor and Description |
---|
FindFailed(String message)
the exception
|
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static FindFailedResponse defaultFindFailedResponse
public static final FindFailedResponse PROMPT
public static final FindFailedResponse RETRY
public static final FindFailedResponse SKIP
public static final FindFailedResponse ABORT
public FindFailed(String message)
message
- to be shown