| Interface | Description | 
|---|---|
| CanSkipInContext | 
| Class | Description | 
|---|---|
| Exceptions | |
| ReferenceWithError<T> | A reference to an object which can carry an object alongside it. | 
| Exception | Description | 
|---|---|
| CompoundRuntimeException | |
| FatalConfigurationRuntimeException | As  FatalRuntimeExceptionsuper, specialized for configuration errors. | 
| FatalRuntimeException | Exception indicating a fatal error, typically used in CLI routines. | 
| NotManagedException | |
| PropagatedRuntimeException | Indicates a runtime exception which has been propagated via  Exceptions.propagate(java.lang.Throwable) | 
| RuntimeInterruptedException | A  RuntimeExceptionthat is thrown when a Thread is interrupted. | 
| RuntimeTimeoutException | |
| UserFacingException | marker interface, to show that an exception is suitable for pretty-printing to an end-user,
 without the prefix (type) including a stack trace |