List Question
20 TechQA 2024-02-27T19:51:51.707000Compilation error when calling generic method which throws generic exception
79 views
Asked by sparsh goyal
exception for callable in phpstan
146 views
Asked by Александр Рязанов
Final rethrow in Java: Exception Handling
126 views
Asked by ayush
Why doesn't Java treat explicit division by zero as a compile-time exception?
44 views
Asked by Rohit Rohra
Why can a caught Throwable be rethrown without declaring Throwable in the method's throws clause?
50 views
Asked by MattDs17
Is there a way to detect the overflow-checking context in code?
102 views
Asked by AudioBubble
Is it possible to pass on an exeption thrown during a stream operation?
120 views
Asked by CopperCableIsolator
Why Exceptions are categorized as Checked and unchecked?
37 views
Asked by Praveen kumar
What does "error: unreported exception <XXX>; must be caught or declared to be thrown" mean and how do I fix it?
3.6k views
Asked by Stephen C
Avoiding a checked exception in a constructor
57 views
Asked by xtay2
Can I avoid illgealAccessException when checking if Class private fields are null or empty?
235 views
Asked by nikosidij
Why we need to handle or throw checked exceptions in Java?
1.2k views
Asked by wholesome
Any downsides to rethrowing the *cause* of a checked exception as an unchecked exception?
85 views
Asked by john16384
Why doesn't Lombok.sneakyThrows throw a ClassCastException?
1.2k views
Asked by ng.newbie
Groovy Spock: How do you pass in new Exception into when method without throwing error right away
1k views
Asked by James Nickelby
Propagating checked exceptions for an AutoClosable wrapper
18 views
Asked by Sir Intellegence-BrainStormexe
Program complies even when we do not handle the checked Exception thrown by Frame constructor?
86 views
Asked by Vinayak Bansal
Java Checked Exception
60 views
Asked by Michele Bianchi
Is it possible to throw an checked Exception implicitly, without any athrow instruction?
231 views
Asked by cbcwestwolf