Uses of Class
com.flowingcode.backendcore.exception.BaseException
Packages that use BaseException
-
Uses of BaseException in com.flowingcode.backendcore.exception
Subclasses of BaseException in com.flowingcode.backendcore.exceptionMethods in com.flowingcode.backendcore.exception that return BaseExceptionModifier and TypeMethodDescriptionprotected abstract BaseExceptionBaseException.newInstance(ErrorDescription error) protected BaseExceptionServiceException.newInstance(ErrorDescription error) -
Uses of BaseException in com.flowingcode.backendcore.validation
Subclasses of BaseException in com.flowingcode.backendcore.validationModifier and TypeClassDescriptionclassclassclassclassException representing business rules validations failsMethods in com.flowingcode.backendcore.validation that return BaseExceptionModifier and TypeMethodDescriptionprotected BaseExceptionCreationValidationException.newInstance(ErrorDescription error) protected BaseExceptionDeletionValidationException.newInstance(ErrorDescription error) protected BaseExceptionUpdateValidationException.newInstance(ErrorDescription error) protected BaseExceptionValidationException.newInstance(ErrorDescription error)