Package com.mks.tm.api
Class TMAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mks.tm.api.TMAPIException
- All Implemented Interfaces:
Serializable
This class represents all exceptions that are thrown by the methods defined
in the PTC RV&S Test execution API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTMAPIException
(String message) TMAPIException
(String messageKey, Object[] messageParameters) TMAPIException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TMAPIException
-
TMAPIException
-
TMAPIException
-
TMAPIException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-