Package tripleo.elijah.diagnostic
Interface Diagnostic
- All Known Subinterfaces:
GCFM_Diagnostic
- All Known Implementing Classes:
CantDecideType,CouldntGenerateClass,DeduceElement3_VariableTableEntry.Diagnostic_8884,DeduceElement3_VariableTableEntry.Diagnostic_8885,ExceptionDiagnostic,FileNotFoundDiagnostic,ResolveError,ResolveUnknown,TooManyEz_ActuallyNone,TooManyEz_BeSpecific,UnknownExceptionDiagnostic,ZeroPotentialDiagnostic
public interface Diagnostic
Created 12/26/20 5:31 AM
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@Nullable Stringcode()@NotNull Locatableprimary()voidreport(PrintStream stream) @Nullable Diagnostic.Severityseverity()static @NotNull DiagnosticwithMessage(@NotNull String code, String string, @NotNull Diagnostic.Severity severity)
-
Method Details
-
withMessage
@NotNull static @NotNull Diagnostic withMessage(@NotNull @NotNull String code, String string, @NotNull @NotNull Diagnostic.Severity severity) -
code
-
-
report
-
secondary
-
severity
-