public class MissingClass extends DiagnosticBase
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_className |
| Constructor and Description |
|---|
MissingClass(java.lang.String className) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
problem()
returns the potential problem that triggered the message
|
java.lang.Object |
reason()
returns the reason for the message
|
java.lang.String |
solution()
suggests a possible solution for the possible problem
|
toStringpublic java.lang.String problem()
DiagnosticBaseproblem in class DiagnosticBasepublic java.lang.Object reason()
DiagnosticBasereason in class DiagnosticBasepublic java.lang.String solution()
DiagnosticBasesolution in class DiagnosticBase