| Package | Description |
|---|---|
| org.marketcetera.util.except |
Nested exception framework with internationalization (i18n) and
thread interruption support.
|
| org.marketcetera.util.spring |
Miscellaneous utilities for the Spring framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
I18NInterruptedRuntimeException
An internationalized runtime exception indicating interruption.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LazyBean.assertNotProcessed()
Asserts that the receiver is not processed.
|
Copyright © 2015. All Rights Reserved.