Class CommonExceptionHandler
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.jbpm_web_editor.CommonExceptionHandler
- Author:
- r.latypov
-
Constructor Details
-
CommonExceptionHandler
public CommonExceptionHandler()
-
-
Method Details
-
handleException
-
handleRuntimeException
@ExceptionHandler(java.lang.RuntimeException.class) public Response<?> handleRuntimeException(RuntimeException ex) -
handleSavingException
@ExceptionHandler(ProcessSavingException.class) public Response<?> handleSavingException(ProcessSavingException ex) -
handleValidationException
@ExceptionHandler(ProcessValidationException.class) public Response<?> handleValidationException(ProcessValidationException ex)
-