Uses of Class
org.marketcetera.util.except.I18NRuntimeException
-
Packages that use I18NRuntimeException Package Description org.marketcetera.util.except Nested exception framework with internationalization (i18n) and thread interruption support.org.marketcetera.util.quickfix Miscellaneous utilities for QuickFIX/J.org.marketcetera.util.spring Miscellaneous utilities for the Spring framework. -
-
Uses of I18NRuntimeException in org.marketcetera.util.except
Subclasses of I18NRuntimeException in org.marketcetera.util.except Modifier and Type Class Description classI18NInterruptedRuntimeExceptionAn internationalized runtime exception indicating interruption.Methods in org.marketcetera.util.except that return I18NRuntimeException Modifier and Type Method Description static I18NRuntimeExceptionExceptUtils. wrapRuntime(Throwable throwable)If the given throwable is an interruption exception perExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside aI18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted.static I18NRuntimeExceptionExceptUtils. wrapRuntime(Throwable throwable, I18NBoundMessage message)If the given throwable is an interruption exception perExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside aI18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted. -
Uses of I18NRuntimeException in org.marketcetera.util.quickfix
Methods in org.marketcetera.util.quickfix that throw I18NRuntimeException Modifier and Type Method Description private voidSpringSessionDescriptor. assertValueSet(String key, String value)Asserts that the given key has a non-null value in the receiver's dictionary. -
Uses of I18NRuntimeException in org.marketcetera.util.spring
Methods in org.marketcetera.util.spring that throw I18NRuntimeException Modifier and Type Method Description protected voidLazyBean. assertNotProcessed()Asserts that the receiver is not processed.
-