| Interface | Description |
|---|---|
| ILoggedException |
This is a marker interface to indicate exceptions that are logged in the
constructor.
|
| Exception | Description |
|---|---|
| InitializationException |
This class should be used when an error occurs in the initialization phase
(e.g. in static blocks of classes).
|
| LoggedException |
This is a wrapper for a exception that can log the passed exception when it
is thrown.
|
| LoggedIOException |
This is a wrapper for a exception that can log the passed exception when it
is thrown.
|
| LoggedRuntimeException |
This is a wrapper for a runtime exception that can log the passed exception
when it is thrown.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.