Class EvlConstraintNotFoundException

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

public class EvlConstraintNotFoundException extends EolRuntimeException
See Also:
  • Field Details

    • constraintName

      protected String constraintName
  • Constructor Details

    • EvlConstraintNotFoundException

      public EvlConstraintNotFoundException(String constraintName, ModuleElement ast)
  • Method Details