public class CompileDiagnosticException extends RuntimeException
| Constructor and Description |
|---|
CompileDiagnosticException(String msg,
List<CompileDiagnostic> diagnostics) |
CompileDiagnosticException(String msg,
Throwable cause,
List<CompileDiagnostic> diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
List<CompileDiagnostic> |
getDiagnostics() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompileDiagnosticException(String msg, List<CompileDiagnostic> diagnostics)
public CompileDiagnosticException(String msg, Throwable cause, List<CompileDiagnostic> diagnostics)
public List<CompileDiagnostic> getDiagnostics()
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.