Class EolIllegalPropertyException

All Implemented Interfaces:
Serializable

public class EolIllegalPropertyException extends EolRuntimeException
See Also:
  • Field Details

    • property

      protected String property
    • object

      protected Object object
  • Constructor Details

    • EolIllegalPropertyException

      public EolIllegalPropertyException(Object object, String property, IEolContext context)
      Parameters:
      object -
      property -
      context -
      Since:
      1.6
    • EolIllegalPropertyException

      public EolIllegalPropertyException(Object object, String property, ModuleElement ast, IEolContext context)
  • Method Details