Package megamek.client.ui.util
Class VerifyNotNull
java.lang.Object
megamek.client.ui.util.VerifyNotNull
- All Implemented Interfaces:
DataVerifier
- Since:
- 3/14/14 1:19 PM
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VerifyNotNull
public VerifyNotNull()
-
-
Method Details
-
verify
Description copied from interface:DataVerifier
Performs a verification of the given value. If the value is good, a null is returned. Otherwise, aString
explaining how the verification failed will be returned.- Specified by:
verify
in interfaceDataVerifier
- Parameters:
value
- The value to be evaluated.- Returns:
- NULL if the value is good, otherwise a description of how the evaluation failed.
-