|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.rational.test.ft.RationalTestException com.rational.test.ft.UnableToHookException
public class UnableToHookException
Thrown when the .NET infestation engine is not able to finish hooking the process.
Field Summary | |
---|---|
int |
errorType
|
Constructor Summary | |
---|---|
UnableToHookException()
|
|
UnableToHookException(java.lang.String msg)
|
|
UnableToHookException(java.lang.String msg, int type)
|
Method Summary | |
---|---|
int |
getErrorType()
|
Methods inherited from class com.rational.test.ft.RationalTestException |
---|
className, fillinCombinedStackTrace, getClassName, getContextDescription, getMessage, getReplacedExceptionMessage, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, stackTraceString, throwIt |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int errorType
Constructor Detail |
---|
public UnableToHookException()
public UnableToHookException(java.lang.String msg)
public UnableToHookException(java.lang.String msg, int type)
Method Detail |
---|
public int getErrorType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |