Class AbsoluteOrRelativeIntValidator
java.lang.Object
ch.nolix.system.element.relativevalue.AbsoluteOrRelativeIntValidator
Of the
AbsoluteOrRelativeIntValidator an instance cannot be created.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertIsPositive(IAbsoluteOrRelativeInt absoluteOrRelativeInt)
-
Method Details
-
assertIsPositive
- Parameters:
absoluteOrRelativeInt-- Throws:
RuntimeException- if the given absoluteOrRelativeInt is null or not positive.
-