Package org.odpi.openmetadata.conformance.ffdc.exception
package org.odpi.openmetadata.conformance.ffdc.exception
Provides the checked and runtime exceptions raised by the open metadata conformance suite, including the
exceptions used to record test case assertion failures and caught exceptions.
-
ExceptionsClassDescriptionAssertionFailureException is used when a test case fails an assertion.CaughtException is used when an unexpected exception occurs during a test.Conformance exception provides a base class for exceptions that indicate there is a failure in the conformance tests.ConformanceSuiteCheckedExceptionBase provides a checked exception for reporting errors found when using the Open Metadata Conformance Suite services.ConformanceSuiteRuntimeException is used for all logic errors detected by the Open Metadata Conformance Suite.