You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/java/fr/paris/lutece/portal/service/util/AppException.java
+35-2Lines changed: 35 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@
35
35
36
36
/**
37
37
* This kind of exception is thrown when the application encounters a critical problem. This class extends RuntimeException in order to avoid try/catch blocks
38
+
* This class forces to write to the logs immediatly to protect against swallowing exceptions.
38
39
*/
39
40
publicclassAppExceptionextendsRuntimeException
40
41
{
@@ -60,19 +61,51 @@ public AppException( String strMessage )
0 commit comments