|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RationalTestException | |
---|---|
com.rational.test.ft | |
com.rational.test.ft.script | |
com.rational.test.ft.services | |
com.rational.test.ft.vp |
Uses of RationalTestException in com.rational.test.ft |
---|
Subclasses of RationalTestException in com.rational.test.ft | |
---|---|
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 |
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 |
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 |
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 |
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 |
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 . |
Uses of RationalTestException in com.rational.test.ft.script |
---|
Subclasses of RationalTestException in com.rational.test.ft.script | |
---|---|
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 |
RationalTestScriptException
Thrown when a script ends due to an unhandled Exception , RuntimeException , or Throwable (but not an
unhandled Error ). |
class |
RunException
Thrown when an error occurs in the run method of RationalTestScript . |
Uses of RationalTestException in com.rational.test.ft.services |
---|
Subclasses of RationalTestException in com.rational.test.ft.services | |
---|---|
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. |
static class |
SuiteServiceManager.SuiteServiceException
|
static class |
SuiteServiceManager.SuiteServiceNotFoundException
|
Methods in com.rational.test.ft.services that throw RationalTestException | |
---|---|
void |
Monitor.start(java.lang.String script,
java.lang.String project,
boolean newScript,
int insertBeforeLine,
java.lang.String sharedMapName,
java.lang.String sharedDatapoolName,
java.lang.String helperSuperclass,
boolean isNotModel,
java.lang.String datapoolName)
Start recording to a specified script with the expressed attributes. |
Uses of RationalTestException in com.rational.test.ft.vp |
---|
Subclasses of RationalTestException in com.rational.test.ft.vp | |
---|---|
class |
VerificationPointException
Signals an exception in verification-point processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |