Module com.aoapps.lang
Package com.aoapps.lang.exception
-
Interface Summary Interface Description ExtraInfo Provides optional extra information related to an exception.LocalizedException Methods common to localized exceptions, which allows access to i18n resources used to generateLocalizedException.getLocalizedMessage(). -
Exception Summary Exception Description ConfigurationException An invalid configuration has been detected.NotImplementedException Deprecated. Please useNotImplementedExceptionfrom Apache Commons Lang.WrappedException A wrapped exception may be used to rethrow checked exceptions in a context where they are otherwise not allowed.WrappedExceptions Wraps multiple exceptions into one. -
Error Summary Error Description WrappedError A wrapped error may be used to rethrow any throwable in a context whereErroris expected.