Class ChoiceOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uka.ipd.sdq.dsexplore.exception.ChoiceOutOfBoundsException
- All Implemented Interfaces:
Serializable
Thrown in the value of a
Choice
is not contained in the corresponding DegreeOfFreedomInstance
.
Example: DiscreteRangeChoice
A has the chosen value 5, but the linked DegreeOfFreedomInstance
D
has from = 7 and to = 10.- See Also:
-
Constructor Summary
ConstructorDescriptionChoiceOutOfBoundsException
(ClassChoice choice, String location) ChoiceOutOfBoundsException
(DiscreteRangeChoice discreteChoice) ChoiceOutOfBoundsException
(DiscreteRangeChoice discreteChoice, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChoiceOutOfBoundsException
-
ChoiceOutOfBoundsException
-
ChoiceOutOfBoundsException
-
ChoiceOutOfBoundsException
-