Package com.exsol.errorcodemodel
-
Class Summary Class Description ErrorCodeReport This class represents an error code report as Java object.ErrorCodeReportReader This class reads anErrorCodeReportfrom JSON file.ErrorCodeReportWriter This class writes anErrorCodeReportto JSON file.ErrorIdentifier This class represents an Exasol error code (e.g: E-EX-1).ErrorMessageDeclaration This class represents an error message declaration as you would find it in the Java code.ErrorMessageDeclaration.Builder Builder forErrorMessageDeclaration.NamedParameter This class represents a parameter of an error code invocation. -
Enum Summary Enum Description ErrorIdentifier.Type Possible types of Exasol error codes. -
Exception Summary Exception Description ErrorCodeReportReader.ReadException Exception that is thrown when something went wrong with reading the error-report.ErrorIdentifier.SyntaxException Exception that is thrown on syntax errors in theErrorIdentifier.