public class InstrumentsTestRecordDataException extends SAFSException
code, CODE_ACTION_NOT_SUPPORTED, CODE_CONTAINER_ISEMPTY, CODE_CONTAINER_ISFULL, CODE_CONTENT_ISNULL, CODE_ERROR_SET_FILE_ATTR, CODE_ObjectNotFoundException, CODE_PropertyNotFoundException, CODE_TargetGoneException, CODE_TIMEOUT_REACHED, CODE_UNKONWN_ERROR, CODE_UnsupportedActionException, CODE_WindowActivateFailedException, NAME_FT_ObjectNotFoundException, NAME_FT_PropertyNotFoundException, NAME_FT_TargetGoneException, NAME_FT_UnsupportedActionException, NAME_FT_WindowActivateFailedException, NAME_SeleniumException
Constructor and Description |
---|
InstrumentsTestRecordDataException(java.lang.Object obj,
java.lang.String msg)
Constructor takes a 'this' reference FROM the caller as well as the standard Exception message.
|
InstrumentsTestRecordDataException(java.lang.Object obj,
java.lang.String methodName,
java.lang.String msg)
Constructor takes a 'this' reference FROM the caller as well as the name of the
active Method at the time of the Exception.
|
InstrumentsTestRecordDataException(java.lang.String msg)
Constructor using the standard Exception message info only.
|
getCode, setCode
public InstrumentsTestRecordDataException(java.lang.String msg)
String
- msg, comment about the nature of the Exceptionpublic InstrumentsTestRecordDataException(java.lang.Object obj, java.lang.String msg)
Object,
- normally the caller ('this') so that we can add their getClass().getName() to the msg;
if null then not used.String
- msg, comment about the nature of the Exceptionpublic InstrumentsTestRecordDataException(java.lang.Object obj, java.lang.String methodName, java.lang.String msg)
Object,
- normally the caller ('this') so that we can add their getClass().getName() to the msg;
if null then not used.String
- methodName, name of the method to make part of msg.String
- msg, comment about the nature of the ExceptionCopyright © SAS Institute. All Rights Reserved.