Package com.aquima.web.aaas
Class StructuredRestErrorResponse
- java.lang.Object
-
- com.aquima.web.aaas.RestErrorResponse
-
- com.aquima.web.aaas.StructuredRestErrorResponse
-
public class StructuredRestErrorResponse extends RestErrorResponse
Rest error response that is used when the structured input validation is present.- Since:
- 11.3
- Author:
- Voicu Moldovan, Petru Galanton
-
-
Constructor Summary
Constructors Constructor Description StructuredRestErrorResponse(WebServiceCallException throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTreeRoot
getValidationTree()
-
Methods inherited from class com.aquima.web.aaas.RestErrorResponse
getErrorMessage
-
-
-
-
Constructor Detail
-
StructuredRestErrorResponse
public StructuredRestErrorResponse(WebServiceCallException throwable)
-
-
Method Detail
-
getValidationTree
public ValidationTreeRoot getValidationTree()
-
-