A B C D E F I N P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addParameter(String, String) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Add a parameter.
- appendMitigation(String) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Append a mitigation.
B
- build() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Build the
ErrorMessageDeclaration. - builder() - Static method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Create a builder for
ErrorMessageDeclaration.
C
- com.exsol.errorcodemodel - package com.exsol.errorcodemodel
D
- declaringPackage(String) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Set the declaring java-package.
E
- E - com.exsol.errorcodemodel.ErrorIdentifier.Type
-
Error
- ErrorCodeReport - Class in com.exsol.errorcodemodel
-
This class represents a error-code-report in Java.
- ErrorCodeReport() - Constructor for class com.exsol.errorcodemodel.ErrorCodeReport
- ErrorCodeReportReader - Class in com.exsol.errorcodemodel
-
This class reads an
ErrorCodeReportfrom JSON file. - ErrorCodeReportReader() - Constructor for class com.exsol.errorcodemodel.ErrorCodeReportReader
- ErrorCodeReportReader.ReadException - Exception in com.exsol.errorcodemodel
-
Exception that is thrown when something went wrong with reading the error-report.
- ErrorCodeReportWriter - Class in com.exsol.errorcodemodel
-
This class writes an
ErrorCodeReportto JSON file. - ErrorCodeReportWriter() - Constructor for class com.exsol.errorcodemodel.ErrorCodeReportWriter
- ErrorIdentifier - Class in com.exsol.errorcodemodel
-
This class represents an Exasol error code (e.g: E-EX-1).
- ErrorIdentifier() - Constructor for class com.exsol.errorcodemodel.ErrorIdentifier
- ErrorIdentifier.SyntaxException - Exception in com.exsol.errorcodemodel
-
Exception that is thrown on syntax errors in the
ErrorIdentifier. - ErrorIdentifier.Type - Enum in com.exsol.errorcodemodel
-
Possible types of exasol error codes.
- ErrorMessageDeclaration - Class in com.exsol.errorcodemodel
-
This class represents declaration
- ErrorMessageDeclaration.Builder - Class in com.exsol.errorcodemodel
-
Builder for
ErrorMessageDeclaration.
F
- F - com.exsol.errorcodemodel.ErrorIdentifier.Type
-
Fatal
I
- identifier(String) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Set the error identifier.
N
- NamedParameter - Class in com.exsol.errorcodemodel
-
This class represents a parameter of an
ExaErrorinvocation. - NamedParameter() - Constructor for class com.exsol.errorcodemodel.NamedParameter
P
- parse(String) - Static method in class com.exsol.errorcodemodel.ErrorIdentifier
-
Parse an error identifier string.
- prependMessage(String) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Prepend a message part.
- prependMitigation(String) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Prepend a mitigation.
R
- ReadException(String) - Constructor for exception com.exsol.errorcodemodel.ErrorCodeReportReader.ReadException
-
Create a new instance of
ErrorCodeReportReader.ReadException. - ReadException(String, Throwable) - Constructor for exception com.exsol.errorcodemodel.ErrorCodeReportReader.ReadException
-
Create a new instance of
ErrorCodeReportReader.ReadException. - readReport(Path) - Method in class com.exsol.errorcodemodel.ErrorCodeReportReader
-
Read an
ErrorCodeReportfrom JSON file.
S
- SCHEMA - Static variable in class com.exsol.errorcodemodel.ErrorCodeReportWriter
-
Schema of the report
- setPosition(String, int) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration.Builder
-
Set the position where the error message is declared.
- SyntaxException(String) - Constructor for exception com.exsol.errorcodemodel.ErrorIdentifier.SyntaxException
-
Create a new instance of
ErrorIdentifier.SyntaxException. - SyntaxException(String, Throwable) - Constructor for exception com.exsol.errorcodemodel.ErrorIdentifier.SyntaxException
-
Create a new instance of
ErrorIdentifier.SyntaxException.
T
- toString() - Method in class com.exsol.errorcodemodel.ErrorIdentifier
V
- valueOf(String) - Static method in enum com.exsol.errorcodemodel.ErrorIdentifier.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.exsol.errorcodemodel.ErrorIdentifier.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- W - com.exsol.errorcodemodel.ErrorIdentifier.Type
-
Warning
- writeReport(ErrorCodeReport, Path) - Method in class com.exsol.errorcodemodel.ErrorCodeReportWriter
-
Write an
ErrorCodeReportto JSON file.
All Classes All Packages