AutomationException

public class AutomationException extends RuntimeException

Constructors

AutomationClient.AutomationException
Link copied to clipboard
void AutomationClient.AutomationException(Throwable source)

Functions

addSuppressed
Link copied to clipboard
final synchronized void addSuppressed(Throwable exception)
fillInStackTrace
Link copied to clipboard
synchronized Throwable fillInStackTrace()
getCause
Link copied to clipboard
synchronized Throwable getCause()
getLocalizedMessage
Link copied to clipboard
String getLocalizedMessage()
getMessage
Link copied to clipboard
String getMessage()
getStackTrace
Link copied to clipboard
Array<StackTraceElementgetStackTrace()
getSuppressed
Link copied to clipboard
final synchronized Array<ThrowablegetSuppressed()
initCause
Link copied to clipboard
synchronized Throwable initCause(Throwable cause)
printStackTrace
Link copied to clipboard
void printStackTrace()
setStackTrace
Link copied to clipboard
void setStackTrace(Array<StackTraceElement> stackTrace)
toString
Link copied to clipboard
String toString()