public class SAFSException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
code |
static java.lang.String |
CODE_ACTION_NOT_SUPPORTED |
static java.lang.String |
CODE_CONTAINER_ISEMPTY |
static java.lang.String |
CODE_CONTAINER_ISFULL |
static java.lang.String |
CODE_CONTENT_ISNULL |
static java.lang.String |
CODE_ERROR_SET_FILE_ATTR |
static java.lang.String |
CODE_ObjectNotFoundException |
static java.lang.String |
CODE_PropertyNotFoundException |
static java.lang.String |
CODE_TargetGoneException |
static java.lang.String |
CODE_TIMEOUT_REACHED |
static java.lang.String |
CODE_UNKONWN_ERROR |
static java.lang.String |
CODE_UnsupportedActionException |
static java.lang.String |
CODE_WindowActivateFailedException |
static java.lang.String |
NAME_FT_ObjectNotFoundException |
static java.lang.String |
NAME_FT_PropertyNotFoundException |
static java.lang.String |
NAME_FT_TargetGoneException |
static java.lang.String |
NAME_FT_UnsupportedActionException |
static java.lang.String |
NAME_FT_WindowActivateFailedException |
static java.lang.String |
NAME_SeleniumException |
Constructor and Description |
---|
SAFSException(java.lang.Object obj,
java.lang.String msg)
Purpose: constructor, this one takes a 'this' reference from the caller |
SAFSException(java.lang.Object obj,
java.lang.String methodName,
java.lang.String msg)
Purpose: constructor, this one takes a 'this' reference from the caller |
SAFSException(java.lang.String msg)
Purpose: constructor |
SAFSException(java.lang.String detailMessage,
java.lang.String code) |
SAFSException(java.lang.String message,
java.lang.Throwable th) |
SAFSException(java.lang.Throwable th)
Use a Throwable to create a new SAFSException
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode() |
void |
setCode(java.lang.String code) |
public static final java.lang.String NAME_SeleniumException
public static final java.lang.String NAME_FT_WindowActivateFailedException
public static final java.lang.String NAME_FT_PropertyNotFoundException
public static final java.lang.String NAME_FT_ObjectNotFoundException
public static final java.lang.String NAME_FT_TargetGoneException
public static final java.lang.String NAME_FT_UnsupportedActionException
public static final java.lang.String CODE_UNKONWN_ERROR
public static final java.lang.String CODE_CONTAINER_ISFULL
public static final java.lang.String CODE_CONTAINER_ISEMPTY
public static final java.lang.String CODE_TIMEOUT_REACHED
public static final java.lang.String CODE_ACTION_NOT_SUPPORTED
public static final java.lang.String CODE_CONTENT_ISNULL
public static final java.lang.String CODE_ERROR_SET_FILE_ATTR
public static final java.lang.String CODE_WindowActivateFailedException
public static final java.lang.String CODE_PropertyNotFoundException
public static final java.lang.String CODE_ObjectNotFoundException
public static final java.lang.String CODE_TargetGoneException
public static final java.lang.String CODE_UnsupportedActionException
protected java.lang.String code
public SAFSException(java.lang.String msg)
msg,
- String, the string to pass along to our 'super'public SAFSException(java.lang.String detailMessage, java.lang.String code)
detailMessage
- String, the string to pass along to 'super class' Exceptioncode
- String, the ID to identify an instance of SAFSExceptionpublic SAFSException(java.lang.Object obj, java.lang.String msg)
obj,
- Object, nominally the caller ('this') so that we
can add their getClass().getName() to the msg; if null then not used.msg,
- String, the string to pass along to our 'super'public SAFSException(java.lang.Object obj, java.lang.String methodName, java.lang.String msg)
obj,
- Object, nominally the caller ('this') so that we
can add their getClass().getName() to the msg; if null then not used.methodName,
- String, the name of the method to make part of msg.msg,
- String, the string to pass along to our 'super'public SAFSException(java.lang.Throwable th)
th
- public SAFSException(java.lang.String message, java.lang.Throwable th)
Copyright © SAS Institute. All Rights Reserved.