Uses of Class
org.codehaus.classworlds.NoSuchRealmException
Packages that use NoSuchRealmException
-
Uses of NoSuchRealmException in org.codehaus.classworlds
Methods in org.codehaus.classworlds that throw NoSuchRealmExceptionModifier and TypeMethodDescriptionvoidConfigurator.configure(InputStream is) Configure from a file.voidLauncher.configure(InputStream is) Configure from a file.voidClassWorld.disposeRealm(String id) protected MethodEmbeddedLauncher.getEnhancedMainMethod()Retrieve the enhanced main entry method.protected MethodLauncher.getEnhancedMainMethod()Retrieve the enhanced main entry method.EmbeddedLauncher.getMainClass()Retrieve the main entry class.Launcher.getMainClass()Retrieve the main entry class.protected MethodLauncher.getMainMethod()Retrieve the main entry method.EmbeddedLauncher.getMainRealm()Retrieve the main entry realm.Launcher.getMainRealm()Retrieve the main entry realm.voidClassRealm.importFrom(String realmId, String pkgName) voidDefaultClassRealm.importFrom(String realmId, String packageName) voidLaunch the application.protected voidLauncher.launchEnhanced(String[] args) Attempt to launch the application through the enhanced main method.protected voidLauncher.launchStandard(String[] args) Attempt to launch the application through the standard main method.protected voidEmbeddedLauncher.launchX()Attempt to launch the application through the enhanced main method.