public class CompilationFailureException extends Exception
| Constructor and Description |
|---|
CompilationFailureException(List<? extends Diagnostic<?>> diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
static void |
format(Appendable result,
Diagnostic<?> diagnostic) |
List<Diagnostic<?>> |
getDiagnostics() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CompilationFailureException(List<? extends Diagnostic<?>> diagnostics)
public static void format(Appendable result, Diagnostic<?> diagnostic)
public List<Diagnostic<?>> getDiagnostics()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.