Class RestrictionEvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.basics.modelManagement.RestrictionEvaluationException
All Implemented Interfaces:
Serializable

public class RestrictionEvaluationException extends Exception
An exception thrown when then evaluation of a restriction fails.
Author:
Holger Eichelberger
See Also:
  • Field Details

  • Constructor Details

    • RestrictionEvaluationException

      public RestrictionEvaluationException(String message, int id)
      Creates a restriction evaluation exception.
      Parameters:
      message - the exception message
      id - an identification used for testing
    • RestrictionEvaluationException

      public RestrictionEvaluationException(String message, int id, Exception cause)
      Creates a restriction evaluation exception.
      Parameters:
      message - the exception message
      id - an identification used for testing
      cause - the causing exception
  • Method Details

    • getId

      public int getId()
      Returns the identification used for testing.
      Returns:
      the identification