public class IssueMsg extends Object
Modifier and Type | Field and Description |
---|---|
static IssueMsg |
MSG_ANON_RETURN_METHOD_REF_NOT_SUPPORTED |
static IssueMsg |
MSG_AUTO_CANNOT_INFER_FROM_NULL |
static IssueMsg |
MSG_AUTO_CANNOT_INFER_WO_INIT |
static IssueMsg |
MSG_AUTO_CANNOT_RETURN_AUTO_FROM_ABSTRACT_METHOD |
static IssueMsg |
MSG_AUTO_RETURN_MORE_SPECIFIC_TYPE |
static IssueMsg |
MSG_AUTO_UNABLE_TO_RESOLVE_TYPE |
static IssueMsg |
MSG_COULD_NOT_FIND_TYPE_FOR_FILE |
Modifier and Type | Method and Description |
---|---|
String |
get(Object... args) |
boolean |
isMessageSimilar(String message) |
public static final IssueMsg MSG_COULD_NOT_FIND_TYPE_FOR_FILE
public static final IssueMsg MSG_AUTO_CANNOT_INFER_WO_INIT
public static final IssueMsg MSG_AUTO_CANNOT_RETURN_AUTO_FROM_ABSTRACT_METHOD
public static final IssueMsg MSG_AUTO_RETURN_MORE_SPECIFIC_TYPE
public static final IssueMsg MSG_AUTO_UNABLE_TO_RESOLVE_TYPE
public static final IssueMsg MSG_AUTO_CANNOT_INFER_FROM_NULL
public static final IssueMsg MSG_ANON_RETURN_METHOD_REF_NOT_SUPPORTED
public IssueMsg(String msg)
Copyright © 2024. All rights reserved.