Package com.ibm.wala.util.shrike
Class Exceptions.MethodResolutionFailure
- java.lang.Object
-
- com.ibm.wala.util.warnings.Warning
-
- com.ibm.wala.util.shrike.Exceptions.MethodResolutionFailure
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- Exceptions
public static class Exceptions.MethodResolutionFailure extends Warning
A warning for when we fail to resolve the type for a checkcast
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.util.warnings.Warning
CLIENT_MILD, CLIENT_MODERATE, CLIENT_SEVERE, MILD, MODERATE, N_LEVELS, SEVERE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getMsg
public String getMsg()
Description copied from class:Warning
Must return the same String always -- this is required by the implementation of hashCode.
-
moderate
public static Exceptions.MethodResolutionFailure moderate(MemberReference method)
-
severe
public static Exceptions.MethodResolutionFailure severe(MemberReference method)
-
-