|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I18NRuntimeException | |
|---|---|
| org.marketcetera.util.except | Nested exception framework with internationalization (i18n) and thread interruption support. |
| 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 | |
|---|---|
class |
I18NInterruptedRuntimeException
An internationalized runtime exception indicating interruption. |
| Methods in org.marketcetera.util.except that return I18NRuntimeException | |
|---|---|
static I18NRuntimeException |
ExceptUtils.wrapRuntime(Throwable throwable)
If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is
wrapped inside a I18NInterruptedRuntimeException, and
this exception is thrown; also, the calling thread is
interrupted. |
static I18NRuntimeException |
ExceptUtils.wrapRuntime(Throwable throwable,
I18NBoundMessage message)
If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is
wrapped inside a I18NInterruptedRuntimeException, and
this exception is thrown; also, the calling thread is
interrupted. |
| Uses of I18NRuntimeException in org.marketcetera.util.spring |
|---|
| Methods in org.marketcetera.util.spring that throw I18NRuntimeException | |
|---|---|
protected void |
LazyBean.assertNotProcessed()
Asserts that the receiver is not processed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||