2021-09-20 15:38:42 +02:00
|
|
|
=== Parameters
|
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
.exceptions
|
|
|
|
****
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
----
|
|
|
|
java.lang.InterruptedException, java.lang.NumberFormatException, java.text.ParseException, java.net.MalformedURLException,java.time.format.DateTimeParseException
|
|
|
|
----
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
List of exceptions which should not be checked. Use a simple dash ('-') character to check all exceptions.
|
|
|
|
****
|