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:
  • Field Details

    • property

      public String property
  • Constructor Details

    • EolIllegalPropertyAssignmentException

      public EolIllegalPropertyAssignmentException(String property, IEolContext context)
      Parameters:
      property -
      context -
      Since:
      1.6
    • EolIllegalPropertyAssignmentException

      public EolIllegalPropertyAssignmentException(String property, ModuleElement ast)
  • Method Details