Class MsgLocalizationClassLoader.CallClimbingClassLoader

java.lang.Object
java.lang.ClassLoader
org.apache.uima.internal.util.MsgLocalizationClassLoader.CallClimbingClassLoader
Enclosing class:
MsgLocalizationClassLoader

static class MsgLocalizationClassLoader.CallClimbingClassLoader extends ClassLoader
One instance of this class made Must be thread-safe
  • Field Details

    • original_thread_context_class_loader

      static final ThreadLocal<ClassLoader> original_thread_context_class_loader
      This value is set / cleared in a try / finally block, from the value of originalContextClassLoader in the two classes org.apache.uima.InternationalizedRuntimeException and org.apache.uima.InternationalizedException The purpose is to enable using the class loader from the context where the exception was created.
  • Constructor Details

    • CallClimbingClassLoader

      CallClimbingClassLoader()
  • Method Details