Package gw.internal.gosu.parser
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gw.lang.parser.exceptions.ParseIssue
gw.lang.parser.exceptions.ParseException
gw.internal.gosu.parser.PropertyNotFoundException
- All Implemented Interfaces:
IParseIssue,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyNotFoundException(IType classBean, ResourceKey msg, IFullParserState parserState) PropertyNotFoundException(String strProperty, IType classBean, IFullParserState parserState) -
Method Summary
Methods inherited from class gw.lang.parser.exceptions.ParseException
getAlternateException, getConsoleMessage, getExpectedType, getMemberAccessContext, getParamTypesExpected, getParamTypesPossible, isCausedByArgumentList, setAlternateException, setCausedByArgumentList, setExpectedType, setMemberAccessContext, setParamTypesExpected, setParamTypesPossible, shallowCopy, toString, wrapMethods inherited from class gw.lang.parser.exceptions.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 java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface gw.lang.parser.IParseIssue
printStackTrace
-
Field Details
-
_strProperty
-
_classBean
-
-
Constructor Details
-
PropertyNotFoundException
-
PropertyNotFoundException
-
-
Method Details
-
getProperty
-
getBeanClass
-