Package com.skava.report.exception
Class ReportValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.report.exception.ReportValidateException
- All Implemented Interfaces:
Serializable
public class ReportValidateException
extends com.skava.core.ECommerceException
This class defines ReportValidateException
- Since:
- Jul 4, 2018
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ECommerceException
ERR_INVALID_PARAMETERS, ERR_NONE, ERR_UNKNOWN
-
Constructor Summary
ConstructorsConstructorDescriptionReportValidateException
(org.springframework.core.MethodParameter parameter, org.springframework.validation.BindingResult bindingResult) ReportValidateException constructor -
Method Summary
Methods inherited from class com.skava.core.ECommerceException
getErrorCode, getErrorMessage, getHttpStatusCode, getParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReportValidateException
public ReportValidateException(org.springframework.core.MethodParameter parameter, org.springframework.validation.BindingResult bindingResult) ReportValidateException constructor- Parameters:
parameter
- object of MethodParameterbindingResult
- object of BindingResult
-