Class ImplicitCoercionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
gw.lang.parser.exceptions.ParseIssue
gw.lang.parser.exceptions.ParseException
gw.lang.parser.exceptions.ImplicitCoercionError
- All Implemented Interfaces:
ICoercionIssue, IParseIssue, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImplicitCoercionError(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args) -
Method Summary
Methods inherited from class ParseException
getAlternateException, getConsoleMessage, getExpectedType, getMemberAccessContext, getParamTypesExpected, getParamTypesPossible, isCausedByArgumentList, setAlternateException, setCausedByArgumentList, setExpectedType, setMemberAccessContext, setParamTypesExpected, setParamTypesPossible, shallowCopy, toString, wrapMethods inherited from class ParseIssue
addLineOffset, adjustOffset, appliesToPosition, fillInStackTrace, formatError, getColumn, getContextString, getContextStringNoLineNumbers, getLine, getLineNumber, getLineOffset, getLineReportingOffset, getMessageArgs, getMessageKey, getPlainMessage, getSource, getStateSource, getSymbolTable, getTokenColumn, getTokenEnd, getTokenStart, getUIMessage, makeContextString, resetPositions, resolve, setMessage, setSource, setStateSourceMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ICoercionIssue
getContextStringNoLineNumbersMethods inherited from interface IParseIssue
appliesToPosition, getColumn, getConsoleMessage, getExpectedType, getLine, getMessageArgs, getMessageKey, getPlainMessage, getSource, getSymbolTable, getTokenEnd, getTokenStart, getUIMessage, printStackTrace, resetPositions, resolve, setExpectedType
-
Field Details
-
_typeToCoerceTo
-
-
Constructor Details
-
ImplicitCoercionError
public ImplicitCoercionError(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)
-
-
Method Details
-
getTypeToCoerceTo
- Specified by:
getTypeToCoerceToin interfaceICoercionIssue
-