|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.converter.PositiveNumberValidator
public class PositiveNumberValidator
Checks if the number is zero or greater then zero. if the number is smaller then zero, it will return a ValidationException.
Constructor Summary | |
---|---|
PositiveNumberValidator()
|
Method Summary | |
---|---|
void |
validate(java.lang.Number input)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PositiveNumberValidator()
Method Detail |
---|
public void validate(@Nullable java.lang.Number input) throws java.lang.Exception
validate
in interface IValueValidator<java.lang.Number>
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |