public String getClassLoaderName ()

Returns the name of the class loader of the class containing the execution point represented by this stack trace element.

Returns:  the name of the class loader of the class containing the execution point represented by this stack trace element; null if the class loader is not named.

See also:
java.lang.ClassLoader.getName()

Since:  9

@spec JPMS