Package com.compuware.api.topaz
Provides exceptions that are applicable to all of the Topaz API.
- Since:
- 1.0.0
-
Exception Summary Exception Description APIVersionNotSupportedException APIVersionNotSupportedException
is an unchecked exception thrown when the version of the Topaz API being used is not supported on the used host.MethodNotSupportedException MethodNotSupportedException
is an unchecked exception thrown when a method called from the Topaz API is not supported on the used host.TopazAPIException TopazAPIException
is the superclass for all Topaz API checked exceptions.TopazAPIRuntimeException TopazAPIRuntimeException
is the superclass for all Topaz API unchecked exceptions.