Uses of Interface
org.marketcetera.util.except.I18NThrowable
-
Packages that use I18NThrowable Package Description org.marketcetera.util.except Nested exception framework with internationalization (i18n) and thread interruption support.org.marketcetera.util.ws.tags Tags used to identify aspects of web services, and filters for those tags. -
-
Uses of I18NThrowable in org.marketcetera.util.except
Classes in org.marketcetera.util.except that implement I18NThrowable Modifier and Type Class Description classI18NErrorAn internationalized error.classI18NExceptionAn internationalized exception.classI18NInterruptedExceptionAn internationalized exception indicating interruption.classI18NInterruptedRuntimeExceptionAn internationalized runtime exception indicating interruption.classI18NRuntimeExceptionAn internationalized runtime exception.Methods in org.marketcetera.util.except with parameters of type I18NThrowable Modifier and Type Method Description (package private) static StringI18NExceptUtils. getDetail(I18NThrowable t)Returns the raw message of the given internationalized throwable, possibly combined with the raw message of the throwable's underlying cause.(package private) static StringI18NExceptUtils. getLocalizedDetail(I18NThrowable t)Returns the localized message of the given internationalized throwable, possibly combined with the localized message of the throwable's underlying cause. -
Uses of I18NThrowable in org.marketcetera.util.ws.tags
Classes in org.marketcetera.util.ws.tags that implement I18NThrowable Modifier and Type Class Description classSessionExpiredExceptionIndicates that a session has expired.classSessionRequiredExceptionIndicates that a session is required.
-