DoesNotOverrideFunctionException(IParserState standardParserState,
ResourceKey resourceKey,
CharSequence... functionName) |
ImplicitCoercionError(IParserState standardParserState,
ResourceKey msgImplicitCoercionWarning,
IType typeToCoerceTo,
Object... args) |
ImplicitCoercionWarning(IParserState standardParserState,
ResourceKey msgImplicitCoercionWarning,
IType typeToCoerceTo,
Object... args) |
ObsoleteConstructorWarning(IParserState standardParserState,
ResourceKey msgObsoleteCtorSyntax) |
ParseException(IParserState parserState,
IType typeExpected,
ResourceKey msgKey,
Object... args) |
ParseException(IParserState parserState,
ResourceKey messageKey,
Object... args) |
ParseIssue(IParserState parserState,
ResourceKey key,
Object... msgArgs) |
ParseIssue(IParserState state,
Throwable t) |
ParseWarning(IParserState state,
ResourceKey msgKey,
Object... msgArgs) |
ParseWarningForDeprecatedMember(IParserState state,
String featureName,
String featureContainerName) |
WrongNumberOfArgsException(IParserState standardParserState,
ResourceKey msgWrongNumberOfArgsToFunction,
String paramSignature,
int expectedArgs,
int iArgs) |