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:
java.io.Serializable
public class CompileDiagnosticException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<CompileDiagnostic>diagnostics
-
Constructor Summary
Constructors Constructor Description CompileDiagnosticException(java.lang.String msg, java.lang.Throwable cause, java.util.List<CompileDiagnostic> diagnostics)CompileDiagnosticException(java.lang.String msg, java.util.List<CompileDiagnostic> diagnostics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CompileDiagnostic>getDiagnostics()
-
-
-
Field Detail
-
diagnostics
private final java.util.List<CompileDiagnostic> diagnostics
-
-
Constructor Detail
-
CompileDiagnosticException
public CompileDiagnosticException(java.lang.String msg, java.util.List<CompileDiagnostic> diagnostics)
-
CompileDiagnosticException
public CompileDiagnosticException(java.lang.String msg, java.lang.Throwable cause, java.util.List<CompileDiagnostic> diagnostics)
-
-
Method Detail
-
getDiagnostics
public java.util.List<CompileDiagnostic> getDiagnostics()
-
-