Package manifold.api.util
Class IssueMsg
- java.lang.Object
-
- manifold.api.util.IssueMsg
-
public class IssueMsg extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static IssueMsgMSG_ANON_RETURN_METHOD_REF_NOT_SUPPORTEDstatic IssueMsgMSG_AUTO_CANNOT_INFER_FROM_NULLstatic IssueMsgMSG_AUTO_CANNOT_INFER_WO_INITstatic IssueMsgMSG_AUTO_CANNOT_RETURN_AUTO_FROM_ABSTRACT_METHODstatic IssueMsgMSG_AUTO_RETURN_MORE_SPECIFIC_TYPEstatic IssueMsgMSG_AUTO_UNABLE_TO_RESOLVE_TYPEstatic IssueMsgMSG_COULD_NOT_FIND_TYPE_FOR_FILEstatic IssueMsgMSG_OPT_PARAMS_MISSING_REQ_ARGstatic IssueMsgMSG_OPT_PARAMS_NO_MATCHING_PARAMS_FOR_NAMED_ARGSstatic IssueMsgMSG_OPT_PARAMS_POSITIONAL_BEFORE_NAMED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(Object... args)booleanisMessageSimilar(String message)
-
-
-
Field Detail
-
MSG_COULD_NOT_FIND_TYPE_FOR_FILE
public static final IssueMsg MSG_COULD_NOT_FIND_TYPE_FOR_FILE
-
MSG_AUTO_CANNOT_INFER_WO_INIT
public static final IssueMsg MSG_AUTO_CANNOT_INFER_WO_INIT
-
MSG_AUTO_CANNOT_RETURN_AUTO_FROM_ABSTRACT_METHOD
public static final IssueMsg MSG_AUTO_CANNOT_RETURN_AUTO_FROM_ABSTRACT_METHOD
-
MSG_AUTO_RETURN_MORE_SPECIFIC_TYPE
public static final IssueMsg MSG_AUTO_RETURN_MORE_SPECIFIC_TYPE
-
MSG_AUTO_UNABLE_TO_RESOLVE_TYPE
public static final IssueMsg MSG_AUTO_UNABLE_TO_RESOLVE_TYPE
-
MSG_AUTO_CANNOT_INFER_FROM_NULL
public static final IssueMsg MSG_AUTO_CANNOT_INFER_FROM_NULL
-
MSG_ANON_RETURN_METHOD_REF_NOT_SUPPORTED
public static final IssueMsg MSG_ANON_RETURN_METHOD_REF_NOT_SUPPORTED
-
MSG_OPT_PARAMS_POSITIONAL_BEFORE_NAMED
public static final IssueMsg MSG_OPT_PARAMS_POSITIONAL_BEFORE_NAMED
-
MSG_OPT_PARAMS_MISSING_REQ_ARG
public static final IssueMsg MSG_OPT_PARAMS_MISSING_REQ_ARG
-
MSG_OPT_PARAMS_NO_MATCHING_PARAMS_FOR_NAMED_ARGS
public static final IssueMsg MSG_OPT_PARAMS_NO_MATCHING_PARAMS_FOR_NAMED_ARGS
-
-
Constructor Detail
-
IssueMsg
public IssueMsg(String msg)
-
-