static DiagnosticError |
DiagnosticErrorBuilder.build400BadRequestDiagnosticError(Throwable cause,
boolean tryToReadLinesFromSourceCode) |
static DiagnosticError |
DiagnosticErrorBuilder.build401UnauthorizedDiagnosticError() |
static DiagnosticError |
DiagnosticErrorBuilder.build403ForbiddenDiagnosticError() |
static DiagnosticError |
DiagnosticErrorBuilder.build403ForbiddenDiagnosticError(Throwable cause,
boolean tryToReadLinesFromSourceCode) |
static DiagnosticError |
DiagnosticErrorBuilder.build404NotFoundDiagnosticError(boolean tryToReadLinesFromSourceCode) |
static DiagnosticError |
DiagnosticErrorBuilder.build404NotFoundDiagnosticError(Throwable cause,
boolean tryToReadLinesFromSourceCode) |
static DiagnosticError |
DiagnosticErrorBuilder.build500InternalServerErrorDiagnosticError(Throwable cause,
boolean tryToReadLinesFromSourceCode,
Result underlyingResult) |
static DiagnosticError |
DiagnosticErrorBuilder.buildDiagnosticError(String title,
Throwable throwable,
boolean tryToReadLinesFromSourceCode,
Result underlyingResult) |
static DiagnosticError |
DiagnosticErrorBuilder.buildDiagnosticError(String title,
Throwable throwable,
SourceSnippet snippet,
int lineNumberOfError,
Result underlyingResult) |
static DiagnosticError |
DiagnosticErrorBuilder.buildDiagnosticError(String title,
Throwable throwable,
String relativeSourcePath,
int lineNumberOfError,
Result underlyingResult) |
static DiagnosticError |
DiagnosticErrorBuilder.buildDiagnosticError(String title,
Throwable throwable,
String packageName,
String fileName,
int lineNumberOfError,
Result underlyingResult) |