javax.ws.rs
Interface ValidationError
public interface ValidationError
Provides additional information about a validation error. This interface defines
a subset of the methods in the Bean Validation (JSR 349) type
ConstraintViolation.
- Since:
- 2.0
- Author:
- Santiago.PericasGeertsen (Santiago.PericasGeertsen@oracle.com)
getInvalidValue
java.lang.Object getInvalidValue()
getMessage
java.lang.String getMessage()
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.