Class MsgLocalizationClassLoader.CallStack

  • Enclosing class:
    MsgLocalizationClassLoader

    static class MsgLocalizationClassLoader.CallStack
    extends java.lang.SecurityManager
    this inner class only for purposes of getting access to the protected method to get the call stack
    • Field Summary

      • Fields inherited from class java.lang.SecurityManager

        inCheck
    • Constructor Summary

      Constructors 
      Constructor Description
      CallStack()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Class<?>[] getCallStack()  
      • Methods inherited from class java.lang.SecurityManager

        checkAccept, checkAccess, checkAccess, checkAwtEventQueueAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMemberAccess, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkSystemClipboardAccess, checkTopLevelWindow, checkWrite, checkWrite, classDepth, classLoaderDepth, currentClassLoader, currentLoadedClass, getClassContext, getInCheck, getSecurityContext, getThreadGroup, inClass, inClassLoader
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallStack

        CallStack()
    • Method Detail

      • getCallStack

        java.lang.Class<?>[] getCallStack()