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

public class ConformanceException extends Exception
Conformance exception provides a base class for exceptions that indicate there is a failure in the conformance tests.
See Also:
  • Constructor Details

    • ConformanceException

      public ConformanceException(String errorMessage)
      Normal constructor for a conformance exception
      Parameters:
      errorMessage - description of the exception
    • ConformanceException

      public ConformanceException(String errorMessage, Exception caughtException)
      Catch block constructor for a conformance exception
      Parameters:
      errorMessage - description of the exception
      caughtException - the exception