Interface ExceptionMessageSet

All Known Implementing Classes:
ActorManagerErrorCode, ApacheAtlasErrorCode, ApacheKafkaErrorCode, AssetMakerErrorCode, AtlasIntegrationErrorCode, AtlasSurveyErrorCode, BasicFileConnectorErrorCode, BasicFilesIntegrationConnectorsErrorCode, ClassificationExplorerErrorCode, ConformanceSuiteErrorCode, ConnectionMakerErrorCode, ConnectorConfigurationFactoryErrorCode, CSVFileConnectorErrorCode, CSVFileConnectorErrorCode, CSVLineageImporterErrorCode, DataFolderConnectorErrorCode, DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode, DistributeKafkaErrorCode, DocStoreErrorCode, DocStoreErrorCode, DynamicArchiverConnectorsErrorCode, EngineHostServicesErrorCode, ExternalReferencesErrorCode, FeedbackManagerErrorCode, FileBasedOpenMetadataArchiveStoreConnectorErrorCode, GenericHandlersErrorCode, GovernanceActionConnectorsErrorCode, GovernanceActionErrorCode, GovernanceActionSamplesErrorCode, GovernanceOfficerErrorCode, HarvestOpenMetadataErrorCode, HarvestSurveysErrorCode, IntegrationDaemonServicesErrorCode, JDBCErrorCode, JDBCIntegrationConnectorErrorCode, KafkaIntegrationConnectorErrorCode, KafkaOpenMetadataTopicConnectorErrorCode, KafkaSurveyErrorCode, LineageLinkerErrorCode, MetadataExpertErrorCode, MetadataExplorerErrorCode, OCFErrorCode, OCFServicesErrorCode, OGFErrorCode, OIFErrorCode, OMAGAdminErrorCode, OMAGCommonErrorCode, OMAGConnectorErrorCode, OMAGServerInstanceErrorCode, OMFErrorCode, OMFServicesErrorCode, OMRSErrorCode, OpenAPIIntegrationConnectorErrorCode, OpenGovernanceErrorCode, OpenIntegrationErrorCode, OpenLineageIntegrationConnectorErrorCode, OpenMetadataSecurityErrorCode, OSFErrorCode, OWFErrorCode, PostgresErrorCode, PostgresErrorCode, PostgreSQLAuditLogErrorCode, RepositoryGovernanceErrorCode, RepositoryHandlerErrorCode, RESTClientConnectorErrorCode, SchemaMakerErrorCode, ServerOpsErrorCode, SurveyActionErrorCode, TokenControllerErrorCode, UCErrorCode, WatchdogActionErrorCode

public interface ExceptionMessageSet
ExceptionMessageSet is the interface implemented by an enum that contains the collection of message definitions for a component's exceptions.
  • Method Details

    • getMessageDefinition

      ExceptionMessageDefinition getMessageDefinition()
      Retrieve a message definition object for an exception. This method is used when there are no message inserts.
      Returns:
      message definition object.
    • getMessageDefinition

      ExceptionMessageDefinition getMessageDefinition(String... params)
      Retrieve a message definition object for an exception. This method is used when there are values to be inserted into the message.
      Parameters:
      params - array of parameters (all strings). They are inserted into the message according to the numbering in the message text.
      Returns:
      message definition object.