Class InvalidChoiceForDegreeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uka.ipd.sdq.dsexplore.exception.InvalidChoiceForDegreeException
All Implemented Interfaces:
Serializable

public class InvalidChoiceForDegreeException extends RuntimeException
This exception is thrown if a Choice and the linked DegreeOfFreedomInstance do not match by their type. Example: an ClassChoice links a ContinuousRangeDegree).
See Also:
  • Constructor Details

    • InvalidChoiceForDegreeException

      public InvalidChoiceForDegreeException(Choice choice)