Class VndErrors.VndError
java.lang.Object
org.springframework.hateoas.RepresentationModel<VndErrors.VndError>
org.springframework.hateoas.mediatype.vnderrors.VndErrors.VndError
- Enclosing class:
- VndErrors
Deprecated.
A single
VndErrors.VndError.- Author:
- Oliver Gierke, Greg Turnquist
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a newVndErrors.VndErrorwith a message and optional a path and a logref.Deprecated.Deprecated.UseVndError(String, String, Object, Link...)(with proper ordering of arguments) -
Method Summary
-
Constructor Details
-
VndError
Deprecated.Creates a newVndErrors.VndErrorwith a message and optional a path and a logref.- Parameters:
message- must not be null or empty.path-logref- must not be null or empty.links-
-
VndError
Deprecated. -
VndError
Deprecated.UseVndError(String, String, Object, Link...)(with proper ordering of arguments)
-
-
Method Details
-
getMessage
Deprecated. -
getPath
Deprecated. -
getLogref
Deprecated. -
equals
Deprecated.- Overrides:
equalsin classRepresentationModel<VndErrors.VndError>
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classRepresentationModel<VndErrors.VndError>
-
toString
Deprecated.- Overrides:
toStringin classRepresentationModel<VndErrors.VndError>
-
Problemto form vendor neutral error messages.