Uses of Class
org.marketcetera.util.except.I18NInterruptedException

Packages that use I18NInterruptedException
org.marketcetera.util.except Nested exception framework with internationalization (i18n) and thread interruption support. 
 

Uses of I18NInterruptedException in org.marketcetera.util.except
 

Methods in org.marketcetera.util.except that throw I18NInterruptedException
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 © 2012. All Rights Reserved.