Uses of Class
com.karafra.bitchutedl.exceptions.ApiRuntimeException
-
Packages that use ApiRuntimeException Package Description com.karafra.bitchutedl.exceptions com.karafra.bitchutedl.exceptions.handlers -
-
Uses of ApiRuntimeException in com.karafra.bitchutedl.exceptions
Subclasses of ApiRuntimeException in com.karafra.bitchutedl.exceptions Modifier and Type Class Description classArgumentRequiredExceptionException thrown when required argument is missing, status code 400.classFileDownloadExceptionException thrown when something goes wrong during processing download.classNotValidLinkExceptionException thrown provided link does not point to video.classWrongXPathExceptionException thrown when xpath is not present in DOM. -
Uses of ApiRuntimeException in com.karafra.bitchutedl.exceptions.handlers
Methods in com.karafra.bitchutedl.exceptions.handlers with parameters of type ApiRuntimeException Modifier and Type Method Description org.springframework.http.ResponseEntity<ApiRuntimeExceptionHandler.JsonErrorResponse>ApiRuntimeExceptionHandler. handleRuntimeException(ApiRuntimeException ex, org.springframework.web.context.request.ServletWebRequest req)Method that handles runtime exceptions.
-