Forem

# exceptions

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
A Word About psycopg2 Exceptions

A Word About psycopg2 Exceptions

6
Comments
2 min read
Effective Java: Don't Ignore Exceptions

Effective Java: Don't Ignore Exceptions

2
Comments
2 min read
Effective Java: Strive for Failure Atomicity

Effective Java: Strive for Failure Atomicity

5
Comments
3 min read
Effective Java: Include Failure-Capture Information in Detail Messages

Effective Java: Include Failure-Capture Information in Detail Messages

6
Comments
2 min read
Effective Java: Document All Exceptions Thrown By Each Method

Effective Java: Document All Exceptions Thrown By Each Method

3
Comments
1 min read
Effective Java: Throw Exceptions Appropriate To The Abstraction

Effective Java: Throw Exceptions Appropriate To The Abstraction

3
Comments
3 min read
Effective Java: Favor The Use of Standard Exceptions

Effective Java: Favor The Use of Standard Exceptions

3
Comments
4 min read
Effective Java: Avoid Unnecessary Use of Checked Exceptions

Effective Java: Avoid Unnecessary Use of Checked Exceptions

4
Comments
2 min read
Effective Java: Use Checked Exceptions for Recoverable Conditions

Effective Java: Use Checked Exceptions for Recoverable Conditions

2
Comments
2 min read
Porque você deve usar tratamento de exceções em seus projetos PHP.

Porque você deve usar tratamento de exceções em seus projetos PHP.

8
Comments 3
6 min read
Why Functional Programmers Avoid Exceptions

Why Functional Programmers Avoid Exceptions

36
Comments 10
9 min read
Code Smell 80 - Nested Try/Catch

Code Smell 80 - Nested Try/Catch

5
Comments
2 min read
Debugging System.NullReferenceException - Object reference not set to an instance of an object

Debugging System.NullReferenceException - Object reference not set to an instance of an object

7
Comments
6 min read
Presenting Exceptions to Users

Presenting Exceptions to Users

8
Comments
8 min read
Exceptional C

Exceptional C

8
Comments 22
3 min read
The Closed Loop

The Closed Loop

3
Comments
3 min read
Hide Checked Exceptions with SneakyThrows

Hide Checked Exceptions with SneakyThrows

15
Comments 2
4 min read
Avoiding NullPointerException

Avoiding NullPointerException

13
Comments
5 min read
Code Smell 26 - Exceptions Polluting

Code Smell 26 - Exceptions Polluting

3
Comments
2 min read
Either Types for Rust

Either Types for Rust

7
Comments 3
4 min read
Mostrar excepciones de una API en Laravel.

Mostrar excepciones de una API en Laravel.

11
Comments 1
1 min read
Show API exceptions in Laravel.

Show API exceptions in Laravel.

10
Comments
1 min read
Handle errors with your convention in ASP.NET Core

Handle errors with your convention in ASP.NET Core

10
Comments
4 min read
Throwing exceptions vs Returning failure object

Throwing exceptions vs Returning failure object

5
Comments 2
1 min read
Why should we always catch exceptions by reference?

Why should we always catch exceptions by reference?

10
Comments
4 min read
loading...