X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcoreee%2Fexceptions%2FCustomExceptionHandler.java;h=1c33326f3288634a0fbff569e4e0c064e4b2b00f;hb=87ad78a7a37317c50fa1613c51159cb98772ba46;hp=856c170c35b972400ac8a0be99d4b936488672c4;hpb=1a02ca19ffa66ddbd4d48db6143d3f0b097c1731;p=jcore-utils.git diff --git a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java index 856c170..1c33326 100644 --- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java +++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016, 2017 Roland Häder * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal; *

* 1: https://wmarkito.wordpress.com/2012/04/05/adding-global-exception-handling-using-jsf-2-x-exceptionhandler/ *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomExceptionHandler extends ExceptionHandlerWrapper {