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 DiagnosticErrorDiagnosticErrorBuilder. build400BadRequestDiagnosticError(Throwable cause, boolean tryToReadLinesFromSourceCode)static DiagnosticErrorDiagnosticErrorBuilder. build401UnauthorizedDiagnosticError()static DiagnosticErrorDiagnosticErrorBuilder. build403ForbiddenDiagnosticError()static DiagnosticErrorDiagnosticErrorBuilder. build403ForbiddenDiagnosticError(Throwable cause, boolean tryToReadLinesFromSourceCode)static DiagnosticErrorDiagnosticErrorBuilder. build404NotFoundDiagnosticError(boolean tryToReadLinesFromSourceCode)static DiagnosticErrorDiagnosticErrorBuilder. build404NotFoundDiagnosticError(Throwable cause, boolean tryToReadLinesFromSourceCode)static DiagnosticErrorDiagnosticErrorBuilder. build500InternalServerErrorDiagnosticError(Throwable cause, boolean tryToReadLinesFromSourceCode, Result underlyingResult)static DiagnosticErrorDiagnosticErrorBuilder. buildDiagnosticError(String title, Throwable throwable, boolean tryToReadLinesFromSourceCode, Result underlyingResult)static DiagnosticErrorDiagnosticErrorBuilder. buildDiagnosticError(String title, Throwable throwable, String relativeSourcePath, int lineNumberOfError, Result underlyingResult)static DiagnosticErrorDiagnosticErrorBuilder. buildDiagnosticError(String title, Throwable throwable, String packageName, String fileName, int lineNumberOfError, Result underlyingResult)static DiagnosticErrorDiagnosticErrorBuilder. 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 DiagnosticErrorRendererDiagnosticErrorRenderer. build(Context context, Result result, DiagnosticError diagnosticError)static voidDiagnosticErrorRenderer. tryToRender(Context context, Result result, DiagnosticError diagnosticError, boolean throwInternalServerExceptionOnError)
-