Class EolEnumerationValueNotFoundException

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

public class EolEnumerationValueNotFoundException extends EolRuntimeException
See Also:
  • Field Details

    • enumeration

      protected String enumeration
    • label

      protected String label
    • model

      protected String model
  • Constructor Details

    • EolEnumerationValueNotFoundException

      public EolEnumerationValueNotFoundException(String enumeration, String label, String model)
  • Method Details