public class EmptyInputValidator extends InputValidator
Constructor and Description |
---|
EmptyInputValidator(String method,
String message,
int errorCode,
MerchantContext context) |
Modifier and Type | Method and Description |
---|---|
void |
validate(byte[] value,
String parameterName) |
void |
validate(byte[] value,
String parameterName,
String reason) |
void |
validate(Object[] value,
String parameterName) |
void |
validate(Object value,
String parameterName) |
void |
validate(Object value,
String parameterName,
String reason) |
void |
validate(String value,
String parameterName) |
createBIDException, createBIDException, createBIDException
public EmptyInputValidator(String method, String message, int errorCode, MerchantContext context)
public void validate(String value, String parameterName) throws BIDException
BIDException
public void validate(byte[] value, String parameterName) throws BIDException
BIDException
public void validate(Object[] value, String parameterName) throws BIDException
BIDException
public void validate(Object value, String parameterName) throws BIDException
BIDException
public void validate(byte[] value, String parameterName, String reason) throws BIDException
BIDException
public void validate(Object value, String parameterName, String reason) throws BIDException
BIDException
Copyright © 2017 Nets Branch Norway. All Rights Reserved.