| Package | Description |
|---|---|
| com.rational.test.ft | |
| com.rational.test.ft.script | |
| com.rational.test.ft.services | |
| com.rational.test.ft.vp |
| Modifier and Type | Class and Description |
|---|---|
class |
AmbiguousRecognitionException
Thrown by the object manager when during object find multiple objects are within the
recognition threshold.
|
class |
ApplicationFrameworkException
Thrown when the .NET infestation engine cannot infest that application because it is a v1.03705
application and it does not have a config that causes the assemblies used to be from one version
or the other.
|
class |
BadArgumentException
Thrown when a method is called with a bad argument.
|
class |
CookieNotFoundException
Thrown when calling
deleteCookies and the cookie to
delete could not be found. |
class |
CoordinateOffScreenException
Thrown when the user tries to click on a point that is off the screen.
|
class |
CoordinateOnWrongObjectException
Thrown when a coordinate-based click on an object clicks on
the wrong object.
|
class |
CoordinateOnWrongSubitemException
Thrown when a coordinate-based click on a subitem clicks on
the wrong subitem.
|
class |
DatapoolException
Base class for datapool-related exceptions.
|
class |
IllegalAccessException
Thrown when attempting to call a method that is not accessible, or when
trying to construct an object whose class is not accessible.
|
class |
InvalidSignatureException
Thrown when a method signature is invalid.
|
class |
InvalidSubitemException
Thrown when a subitem is not supported for the proxy.
|
class |
InvalidTestDataTypeException
Thrown when a request for test data cannot be completed
because the requested data type is not available for the particular
TestObject.
|
class |
InvalidTestObjectException
Thrown when a
TestObject method is being invoked and the ProxyTestObject
refers to an object that is no longer valid. |
class |
InvalidWindowHandleException
Thrown when the .NET infestation engine is not able to finish hooking the process.
|
class |
InvocationTargetException
Thrown after another exception is caught when invoking
a method.
|
class |
ManualModeError |
class |
MethodNotFoundException
Thrown when a method is not found.
|
class |
NestedException
Wraps another exception.
|
class |
NoSuchRegistryKeyException
Thrown when calling
getRegistryValue or getRegistryIntValue with a registry key that does not exist. |
class |
NotSupportedOnUnixException
Raised by the UNIX-specific native
recording methods.
|
class |
NotYetAbleToPerformActionException
Raised when a requested action cannot be performed
for a specified reason.
|
class |
ObjectIsDisposedException
Thrown when a attempting to use a TestObject and the underlying object in the
software under test (SUT) has been disposed.
|
class |
ObjectNotFoundException
Thrown when an object is not found.
|
class |
ObjectNotInMapException
Thrown when looking up an object that cannot be found in
the object map.
|
class |
ObjectNotVisibleException
Thrown when looking up an object that cannot be visble
in the AUT.
|
class |
PropertyAccessException
Thrown when accessing a
property value that causes an exception.
|
class |
PropertyNotFoundException
Thrown when a property is
not found.
|
class |
RationalAutTestException |
class |
RationalTestError
The base class for all test
Errors. |
class |
RationalTestException
The base class for all exceptions used by the product.
|
class |
RationalTestManualModeError |
class |
RationalTestRemoteException
Thrown when an error occurs using the internal queued message facility.
|
class |
RecorderException
This exception is thrown by the recorder if an error occurs starting
or stopping the recorder.
|
class |
StringNotInCodePageException
Thrown when trying to pass a Unicode character to the operating system when the
operating system does not have that character in the current code page,
for example, when starting applications.
|
class |
SubitemNotFoundException
Thrown when a subitem is not found.
|
class |
SwitchToManualModeError
Thrown to switch to Manual mode.
|
class |
TargetGoneException
Thrown when a message is sent
to a target object and the target disappears.
|
class |
TestObjectMethodEventException
Thrown when problems are encountered in event
handling that are associated with a
TestObject method invocation. |
class |
UnableToAccomplishAllHooksException
Thrown when the .NET infestation engine is not able to finish hooking all processes that it was given to hook.
|
class |
UnableToDeleteCookieException
Thrown when unsuccessfully trying to delete a browser cookie
by using the
deleteCookies method. |
class |
UnableToHookException
Thrown when the .NET infestation engine is not able to finish hooking the process.
|
class |
UnableToLoadCLRException |
class |
UnableToPerformActionException
Raised when a requested action cannot be performed
for a specified reason.
|
class |
UnregisteredObjectException
Thrown when a
TestObject method is called on an unregistered object. |
class |
UnsupportedActionException
Thrown when a specified action is not supported by the object.
|
class |
UnsupportedAnchorException
Thrown when a
TestObject is anchored by another TestObject that is unrelated to it. |
class |
UnsupportedMethodException
Thrown when a method is found but not supported.
|
class |
UnsupportedSubitemException
Thrown when a specified subitem is not supported by the object, for example,
if a cell subitem is passed to a list.
|
class |
UserStoppedManualModeError |
class |
UserStoppedScriptError
Thrown when the stop-execution hotkey is pressed by the user, or when the
script calls a
Stop method. |
class |
VpSkipOperationException |
class |
WindowActivateFailedException
Thrown when an attempt to activate a window failed.
|
class |
WindowHandleNotFoundException
Thrown when the .NET infestation engine cannot find the window used to perform the hook.
|
class |
WrappedException
Wraps another exception or error as a
RationalTestException. |
| Modifier and Type | Method and Description |
|---|---|
IRationalThrowable |
RationalTestException.fillinCombinedStackTrace()
Combines the current stack in the current thread with the
stacktrace from this exception.
|
IRationalThrowable |
RationalTestError.fillinCombinedStackTrace()
Combines the current stack (in the current thread) with the
stack trace from this exception.
|
IRationalThrowable |
IRationalThrowable.fillinCombinedStackTrace()
Combines the current stack in the current thread with the
stacktrace from this exception.
|
IRationalThrowable |
NestedException.getNestedException()
Returns the nested exception name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CurrentBrowserException
Thrown when an error occurs while setting the current browser.
|
class |
CurrentJVMException
Thrown when an error occurs when setting the current JVM.
|
class |
RationalTestScriptError
Thrown when a script ends due to an unhandled
Error. |
class |
RationalTestScriptException
Thrown when a script ends due to an unhandled
Exception, RuntimeException, or Throwable (but not an
unhandled Error). |
class |
RationalTestScriptShutdown
Generated when there is a hot-key press, which has the effect
of shutting down the script playback.
|
class |
RunException
Thrown when an error occurs in the run method of
RationalTestScript. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogCancelledException
Exception that is threw out only if "Specify Log Information" dialog is cancelled
|
class |
LogException
This is a generic exception for all log messages.
|
class |
MonitorException
This the generic monitor exception class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VerificationPointException
Signals an exception in verification-point
processing.
|