Class EolIllegalOperationParametersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.eol.exceptions.EolIllegalOperationParametersException
All Implemented Interfaces:
Serializable

public class EolIllegalOperationParametersException extends EolRuntimeException
See Also:
  • Constructor Details

    • EolIllegalOperationParametersException

      public EolIllegalOperationParametersException(String method)
    • EolIllegalOperationParametersException

      public EolIllegalOperationParametersException(String method, ModuleElement ast)
    • EolIllegalOperationParametersException

      public EolIllegalOperationParametersException(String method, String expected, ModuleElement ast)
      Parameters:
      method -
      expected -
      ast -
      Since:
      1.6
    • EolIllegalOperationParametersException

      public EolIllegalOperationParametersException(String method, String expected, String actual, ModuleElement ast)
      Parameters:
      method -
      expected -
      actual -
      ast -
      Since:
      1.6
  • Method Details