Skip to content

Commit

Permalink
Document fatal errors not handled by Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
2bllw8 committed Jun 28, 2022
1 parent a0e0bfd commit 5231010
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/src/main/java/exe/bbllw8/either/Failure.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
/**
* A failure that occurred during a computation wrapped in a {@link Try} type. Holds a
* {@link Throwable} object that represents the failure point.
* <p>
* Note: instances of the following classes are not handled:
* <ul>
* <li>{@link LinkageError}</li>
* <li>{@link ThreadDeath}</li>
* <li>{@link VirtualMachineError}</li>
* </ul>
*
* @author 2bllw8
* @since 3.0.0
Expand Down

0 comments on commit 5231010

Please sign in to comment.