A B C D E F G H 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
- equals(Object) - Method in class com.exsol.errorcodemodel.ErrorCodeReport
- equals(Object) - Method in class com.exsol.errorcodemodel.ErrorIdentifier
- equals(Object) - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
- equals(Object) - Method in class com.exsol.errorcodemodel.NamedParameter
- ErrorCodeReport - Class in com.exsol.errorcodemodel
-
This class represents an error code report as Java object.
- ErrorCodeReport(String, String, List<ErrorMessageDeclaration>) - Constructor for class com.exsol.errorcodemodel.ErrorCodeReport
-
Create a new instance of an error code report.
- 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(ErrorIdentifier.Type, String, int) - Constructor for class com.exsol.errorcodemodel.ErrorIdentifier
-
Create a new instance of an
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 an error message declaration as you would find it in the Java code.
- ErrorMessageDeclaration.Builder - Class in com.exsol.errorcodemodel
-
Builder for
ErrorMessageDeclaration.
F
- F - com.exsol.errorcodemodel.ErrorIdentifier.Type
-
Fatal
G
- getDeclaringPackage() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get the package in which the error code is defined.
- getDescription() - Method in class com.exsol.errorcodemodel.NamedParameter
-
Get the parameter description.
- getErrorMessageDeclarations() - Method in class com.exsol.errorcodemodel.ErrorCodeReport
-
Get a list of error message declarations
- getIdentifier() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get the error code identifier.
- getIndex() - Method in class com.exsol.errorcodemodel.ErrorIdentifier
-
Get the error code index.
- getLine() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get the line on which the error code is defined.
- getMessage() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get the error message.
- getMitigations() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get the mitigations that users can try to solve this error.
- getName() - Method in class com.exsol.errorcodemodel.NamedParameter
-
Get the parameter name.
- getNamedParameters() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get the list of named parameters.
- getProjectName() - Method in class com.exsol.errorcodemodel.ErrorCodeReport
-
Get the name of the project the error code belongs to.
- getProjectVersion() - Method in class com.exsol.errorcodemodel.ErrorCodeReport
-
Get the version of the project the error code belongs to.
- getSourceFile() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get the file this error code is defined in.
- getTag() - Method in class com.exsol.errorcodemodel.ErrorIdentifier
-
Get the error code tag.
- getType() - Method in class com.exsol.errorcodemodel.ErrorIdentifier
-
Get the error type.
H
- hashCode() - Method in class com.exsol.errorcodemodel.ErrorCodeReport
- hashCode() - Method in class com.exsol.errorcodemodel.ErrorIdentifier
- hashCode() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
- hashCode() - Method in class com.exsol.errorcodemodel.NamedParameter
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 error code invocation.
- NamedParameter(String, String) - Constructor for class com.exsol.errorcodemodel.NamedParameter
-
Create a new instance of a
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
- withoutSourcePosition() - Method in class com.exsol.errorcodemodel.ErrorMessageDeclaration
-
Get a copy of this error message declaration without source position (file and line).
- writeReport(ErrorCodeReport, Path) - Method in class com.exsol.errorcodemodel.ErrorCodeReportWriter
-
Write an
ErrorCodeReportto JSON file.
All Classes All Packages