Class ConformanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.conformance.ffdc.exception.ConformanceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssertionFailureException
,CaughtException
Conformance exception provides a base class for exceptions that indicate there is a failure in the
conformance tests.
- See Also:
-
Constructor Summary
ConstructorDescriptionConformanceException
(String errorMessage) Normal constructor for a conformance exceptionConformanceException
(String errorMessage, Exception caughtException) Catch block constructor for a conformance exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConformanceException
Normal constructor for a conformance exception- Parameters:
errorMessage
- description of the exception
-
ConformanceException
Catch block constructor for a conformance exception- Parameters:
errorMessage
- description of the exceptioncaughtException
- the exception
-