| Package | Description |
|---|---|
| org.marketcetera.util.except |
Nested exception framework with internationalization (i18n) and
thread interruption support.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
I18NInterruptedException.checkInterruption()
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|
static void |
I18NInterruptedException.checkInterruption(I18NBoundMessage message)
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|
static void |
I18NInterruptedException.checkInterruption(Throwable cause)
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|
static void |
I18NInterruptedException.checkInterruption(Throwable cause,
I18NBoundMessage message)
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|
Copyright © 2015. All Rights Reserved.