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

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

Uses of I18NInterruptedRuntimeException in org.marketcetera.util.except
 

Methods in org.marketcetera.util.except that throw I18NInterruptedRuntimeException
static void I18NInterruptedRuntimeException.checkInterruption()
          Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
static void I18NInterruptedRuntimeException.checkInterruption(I18NBoundMessage message)
          Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
static void I18NInterruptedRuntimeException.checkInterruption(Throwable cause)
          Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
static void I18NInterruptedRuntimeException.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.