Package io.dialob.boot
Class DialobProgramExceptionHandlers
- java.lang.Object
-
- io.dialob.boot.DialobProgramExceptionHandlers
-
@ControllerAdvice public class DialobProgramExceptionHandlers extends Object
-
-
Constructor Summary
Constructors Constructor Description DialobProgramExceptionHandlers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntityhandleDialobProgramBuildException(DialobProgramBuildException e)org.springframework.http.ResponseEntityhandleProgramBuilderException(ProgramBuilderException e)
-
-
-
Method Detail
-
handleProgramBuilderException
@ExceptionHandler public org.springframework.http.ResponseEntity handleProgramBuilderException(ProgramBuilderException e)
-
handleDialobProgramBuildException
@ExceptionHandler public org.springframework.http.ResponseEntity handleDialobProgramBuildException(DialobProgramBuildException e)
-
-