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
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidChoiceForDegreeException
-