|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.strategy.CompilationFailed.Diagnostic
public static class CompilationFailed.Diagnostic
Diagnostic information provided by the compiler for a compilation error or warning.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static CompilationFailed.Diagnostic warning(String inMessage)
inMessage - a String value
Diagnostic valuepublic static CompilationFailed.Diagnostic error(String inMessage)
inMessage - a String value
Diagnostic valuepublic final CompilationFailed.Type getType()
Type valuepublic final String getMessage()
String valuepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||