Package uk.ac.ebi.utils.exceptions
package uk.ac.ebi.utils.exceptions
-
ClassDescriptionDeprecated.An helper to log exceptions with double level log events, error and debug.Utilities related to exception handling.To report that a component or method cannot be used at moment, since it has to complete some operation and it's not ready yet.Some operation has met too few values unexpectedly, eg, a collection is empty.Some operation has met too many values unexpectedly.An unchecked version of
FileNotFoundException.An unchecked version ofInterruptedException.To be used when the execution flow of a program has met an event that is unusual, rare, or alike.An operation has met some unexpected value.
ExceptionUtils.addCause(Throwable, Throwable)instead.