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/main/java/org/apache/commons/configuration2/ex/ConfigurationException.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public ConfigurationException(final String format, final Object... params) {
56
56
/**
57
57
* Constructs a new {@code ConfigurationException} with specified detail message and nested {@code Throwable}.
58
58
*
59
-
* @param message the error message
59
+
* @param message the error message.
60
60
* @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method). (A {@code null} value is permitted, and indicates that
61
61
* the cause is nonexistent or unknown.)
62
62
*/
@@ -67,7 +67,7 @@ public ConfigurationException(final String message, final Throwable cause) {
67
67
/**
68
68
* Constructs a new {@code ConfigurationException} with specified nested {@code Throwable}.
69
69
*
70
-
* @param cause the exception or error that caused this exception to be thrown
70
+
* @param cause the exception or error that caused this exception to be thrown.
0 commit comments