SpiceQA
Questions
Tags
Users
Badges
checked-exceptions
14 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Avoiding a checked exception in a constructor
user_18197654
0
•
asked May 31, 2022
2
0
43
checked-exceptions
try-catch
java
Can I avoid illgealAccessException when checking if Class private fields are null or empty?
user_17073904
0
•
asked Feb 22, 2022
1
1
43
checked-exceptions
java
Any downsides to rethrowing the *cause* of a checked exception as an unchecked exception?
user_1262865
0
•
asked Nov 12, 2021
2
0
45
checked-exceptions
rethrow
exception
java
Propagating checked exceptions for an AutoClosable wrapper
user_1366594
0
•
asked Jul 16, 2021
1
0
11
checked-exceptions
generics
java
How do you judge whether to make an exception checked or unchecked?
user_1029146
0
•
asked Mar 4, 2021
6
2
162
unchecked-exception
checked-exceptions
exception
java
Application of @Sneaky Throws in lombok
user_9849018
0
•
asked Oct 5, 2020
19
3
15023
intellij-lombok-plugin
lombok
checked-exceptions
exception
java
Why is it said: "Checked exceptions are not forwarded in calling chain (propagated)"?
user_14188899
0
•
asked Sep 1, 2020
2
2
591
propagation
chaining
checked-exceptions
exception
java
How to specify the exceptions raised by a Delphi method?
user_826938
0
•
asked May 31, 2017
3
1
300
checked-exceptions
delphi
How to throw an Exception when your method signature doesn't allow to throw Exception?
user_463300
0
•
asked Aug 13, 2012
22
3
7386
checked-exceptions
exception
java
Why is "throws Exception" necessary when calling a function?
user_1364053
0
•
asked Jul 21, 2012
126
8
224461
throws
checked-exceptions
unhandled-exception
exception-handling
java
1
(current)
2
Next
Next
Hot Questions