Class EolIllegalPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.eol.exceptions.EolIllegalPropertyException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
Constructor Summary
ConstructorsConstructorDescriptionEolIllegalPropertyException
(Object object, String property, ModuleElement ast, IEolContext context) EolIllegalPropertyException
(Object object, String property, IEolContext context) -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
property
-
object
-
-
Constructor Details
-
EolIllegalPropertyException
- Parameters:
object
-property
-context
-- Since:
- 1.6
-
EolIllegalPropertyException
public EolIllegalPropertyException(Object object, String property, ModuleElement ast, IEolContext context)
-
-
Method Details
-
getObject
-
setObject
-
getProperty
-
setProperty
-
getReason
- Overrides:
getReason
in classEolRuntimeException
-