Class TMAPIException

All Implemented Interfaces:
Serializable

public class TMAPIException extends Exception
This class represents all exceptions that are thrown by the methods defined in the PTC RV&S Test execution API.
See Also:
  • Constructor Details

    • TMAPIException

      public TMAPIException(String message)
    • TMAPIException

      public TMAPIException(String message, Throwable throwable)
    • TMAPIException

      public TMAPIException(Throwable t)
    • TMAPIException

      public TMAPIException(String messageKey, Object[] messageParameters)
  • Method Details