AssertionFailureException |
AssertionFailureException is used when a test case fails an assertion.
|
CaughtException |
CaughtException is used when an unexpected exception occurs during a test.
|
ConformanceException |
Conformance exception provides a base class for exceptions that indicate there is a failure in the
conformance tests.
|
ConformanceSuiteCheckedExceptionBase |
ConformanceSuiteCheckedExceptionBase provides a checked exception for reporting errors found when using
the Open Metadata Conformance Suite services.
|
ConformanceSuiteRuntimeException |
ConformanceSuiteRuntimeException is used for all logic errors detected by the Open Metadata Conformance Suite.
|
InvalidParameterException |
The InvalidParameterException is thrown by the conformance suite when a parameter is null or an invalid value.
|
PropertyServerException |
The PropertyServerException is thrown by the conformance suite when it is not able to communicate with the
property server.
|
UserNotAuthorizedException |
The UserNotAuthorizedException is thrown by the conformance suite when a userId passed on a request is not
authorized to perform the requested action.
|