public static class CompilationFailed.Diagnostic extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static CompilationFailed.Diagnostic |
error(String inMessage)
Creates an error diagnostic.
|
String |
getMessage()
Get the message value.
|
CompilationFailed.Type |
getType()
Get the type value.
|
String |
toString() |
static CompilationFailed.Diagnostic |
warning(String inMessage)
Creates a warning diagnostic.
|
public static CompilationFailed.Diagnostic warning(String inMessage)
inMessage - a String valueDiagnostic valuepublic static CompilationFailed.Diagnostic error(String inMessage)
inMessage - a String valueDiagnostic valuepublic final CompilationFailed.Type getType()
Type valuepublic final String getMessage()
String valueCopyright © 2020. All rights reserved.