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,java.io.Serializable
public class PropertyNotFoundException extends ParseException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private IType_classBeanprivate java.lang.String_strProperty
-
Constructor Summary
Constructors Constructor Description PropertyNotFoundException(IType classBean, ResourceKey msg, IFullParserState parserState)PropertyNotFoundException(java.lang.String strProperty, IType classBean, IFullParserState parserState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITypegetBeanClass()java.lang.StringgetProperty()-
Methods inherited from class gw.lang.parser.exceptions.ParseException
getAlternateException, getConsoleMessage, getExpectedType, getMemberAccessContext, getParamTypesExpected, getParamTypesPossible, isCausedByArgumentList, setAlternateException, setCausedByArgumentList, setExpectedType, setMemberAccessContext, setParamTypesExpected, setParamTypesPossible, shallowCopy, toString, wrap
-
Methods 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, setStateSource
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.parser.IParseIssue
printStackTrace
-
-
-
-
Field Detail
-
_strProperty
private java.lang.String _strProperty
-
_classBean
private IType _classBean
-
-
Constructor Detail
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String strProperty, IType classBean, IFullParserState parserState)
-
PropertyNotFoundException
public PropertyNotFoundException(IType classBean, ResourceKey msg, IFullParserState parserState)
-
-
Method Detail
-
getProperty
public java.lang.String getProperty()
-
getBeanClass
public IType getBeanClass()
-
-