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
StringerrMsg = "Error during SAX paser configuration. See https://logback.qos.ch/codes.html#saxParserConfiguration";
94
123
addError(errMsg, pce);
95
124
thrownewJoranException(errMsg, pce);
96
-
} catch (SAXExceptionpce) {
125
+
} catch (SAXExceptionpce) {
97
126
StringerrMsg = "Error during parser creation or parser configuration";
~ Logback: the reliable, generic, fast and flexible logging framework.
4
+
~ Copyright (C) 1999-2024, QOS.ch. All rights reserved.
5
+
~
6
+
~ This program and the accompanying materials are dual-licensed under
7
+
~ either the terms of the Eclipse Public License v1.0 as published by
8
+
~ the Eclipse Foundation
9
+
~
10
+
~ or (per the licensee's choosing)
11
+
~
12
+
~ under the terms of the GNU Lesser General Public License version 2.1
13
+
~ as published by the Free Software Foundation.
14
+
-->
15
+
16
+
<!DOCTYPEtest SYSTEM "http://192.168.1.100/">
17
+
<test>
18
+
19
+
<!-- this action throws an exception in the Action.begin method -->
0 commit comments