Interface ExceptionMessageSet
- All Known Implementing Classes:
ActorManagerErrorCode,ApacheAtlasErrorCode,ApacheKafkaErrorCode,AssetMakerErrorCode,AtlasIntegrationErrorCode,AtlasSurveyErrorCode,BasicFileConnectorErrorCode,BasicFilesIntegrationConnectorsErrorCode,ClassificationExplorerErrorCode,ConformanceSuiteErrorCode,ConnectionMakerErrorCode,ConnectorConfigurationFactoryErrorCode,CSVFileConnectorErrorCode,CSVLineageImporterErrorCode,DataFolderConnectorErrorCode,DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode,DistributeKafkaErrorCode,DocStoreErrorCode,DynamicArchiverConnectorsErrorCode,EngineHostServicesErrorCode,ExternalLinksErrorCode,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,OpenLineageIntegrationConnectorErrorCode,OpenMetadataSecurityErrorCode,OSFErrorCode,OWFErrorCode,PostgresErrorCode,PostgresErrorCode,PostgreSQLAuditLogErrorCode,ProductManagerErrorCode,ReferenceDataErrorCode,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 Summary
Modifier and TypeMethodDescriptionRetrieve a message definition object for an exception.getMessageDefinition(String... params) Retrieve a message definition object for an exception.
-
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
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.
-