Uses of Class
ninja.diagnostics.DiagnosticError
-
Packages that use DiagnosticError Package Description ninja.diagnostics -
-
Uses of DiagnosticError in ninja.diagnostics
Methods in ninja.diagnostics that return DiagnosticError Modifier and Type Method Description 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, String relativeSourcePath, int lineNumberOfError, Result underlyingResult)
static DiagnosticError
DiagnosticErrorBuilder. buildDiagnosticError(String title, Throwable throwable, String packageName, String fileName, int lineNumberOfError, Result underlyingResult)
static DiagnosticError
DiagnosticErrorBuilder. buildDiagnosticError(String title, Throwable throwable, SourceSnippet snippet, int lineNumberOfError, Result underlyingResult)
Methods in ninja.diagnostics with parameters of type DiagnosticError Modifier and Type Method Description static DiagnosticErrorRenderer
DiagnosticErrorRenderer. build(Context context, Result result, DiagnosticError diagnosticError)
static void
DiagnosticErrorRenderer. tryToRender(Context context, Result result, DiagnosticError diagnosticError, boolean throwInternalServerExceptionOnError)
-