Package com.fizzed.rocker.runtime
Class CompileDiagnosticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fizzed.rocker.runtime.CompileDiagnosticException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompileDiagnosticException(String msg, Throwable cause, List<CompileDiagnostic> diagnostics) CompileDiagnosticException(String msg, List<CompileDiagnostic> diagnostics) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
diagnostics
-
-
Constructor Details
-
CompileDiagnosticException
-
CompileDiagnosticException
-
-
Method Details
-
getDiagnostics
-