Class EolIllegalPropertyAssignmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.EolIllegalPropertyAssignmentException
-
- All Implemented Interfaces:
Serializable
public class EolIllegalPropertyAssignmentException extends EolRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EolIllegalPropertyAssignmentException(String property, ModuleElement ast)
EolIllegalPropertyAssignmentException(String property, IEolContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
-
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 Detail
-
property
public String property
-
-
Constructor Detail
-
EolIllegalPropertyAssignmentException
public EolIllegalPropertyAssignmentException(String property, IEolContext context)
- Parameters:
property
-context
-- Since:
- 1.6
-
EolIllegalPropertyAssignmentException
public EolIllegalPropertyAssignmentException(String property, ModuleElement ast)
-
-
Method Detail
-
getReason
public String getReason()
- Overrides:
getReason
in classEolRuntimeException
-
-