public static class Exceptions.MethodResolutionFailure extends Warning
CLIENT_MILD, CLIENT_MODERATE, CLIENT_SEVERE, MILD, MODERATE, N_LEVELS, SEVERE
Modifier and Type | Method and Description |
---|---|
String |
getMsg()
Must return the same String always -- this is required by the implementation of hashCode.
|
static Exceptions.MethodResolutionFailure |
moderate(MemberReference method) |
static Exceptions.MethodResolutionFailure |
severe(MemberReference method) |
public String getMsg()
Warning
public static Exceptions.MethodResolutionFailure moderate(MemberReference method)
public static Exceptions.MethodResolutionFailure severe(MemberReference method)