Uses of Class
net.sourceforge.jnlp.LaunchException
Packages that use LaunchException
Package
Description
This package contains the classes that represent the parts of a Java Network
Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
as an application, applet, or installer.
This package contains the classes that manage the secure runtime environment
for JNLP apps.
package generally about showing various security prompts
-
Uses of LaunchException in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return LaunchExceptionMethods in net.sourceforge.jnlp with parameters of type LaunchExceptionModifier and TypeMethodDescriptionvoid
DefaultLaunchHandler.launchError
(LaunchException exception) Called when the application could not be launched due to a fatal error, such as the inability to find the main class or non-parseable XML.void
GuiLaunchHandler.launchError
(LaunchException exception) void
LaunchHandler.launchError
(LaunchException exception) Called when the application could not be launched due to a fatal error, such as the inability to find the main class or non-parseable XML.boolean
DefaultLaunchHandler.launchWarning
(LaunchException warning) Called when launching the application can not be launched due to an error that is not fatal.boolean
GuiLaunchHandler.launchWarning
(LaunchException warning) boolean
LaunchHandler.launchWarning
(LaunchException warning) Called when launching the application can not be launched due to an error that is not fatal.protected void
AbstractLaunchHandler.printMessage
(LaunchException ex) Print a messageboolean
DefaultLaunchHandler.validationError
(LaunchException error) Called when a security validation error occurs while launching the application.boolean
GuiLaunchHandler.validationError
(LaunchException error) boolean
LaunchHandler.validationError
(LaunchException error) Called when a security validation error occurs while launching the application.Methods in net.sourceforge.jnlp that throw LaunchExceptionModifier and TypeMethodDescriptionprotected AppletInstance
Launcher.createApplet
(JNLPFile file, boolean enableCodeBase, Container cont) Create an AppletInstance.protected Applet
Launcher.createAppletObject
(JNLPFile file, boolean enableCodeBase, Container cont) Creates an Applet object from a JNLPFile.protected ApplicationInstance
Launcher.createApplication
(JNLPFile file) Creates an Application.static PropertyDesc
PropertyDesc.fromString
(String prop) protected ApplicationInstance
Gets an ApplicationInstance, but does not launch the applet.Launches a JNLP file by calling the launch method for the appropriate file type.Launches a JNLP file by calling the launch method for the appropriate file type.Launches a JNLP file inside the given container if it is an applet.protected ApplicationInstance
Launcher.launchApplet
(JNLPFile file, boolean enableCodeBase, Container cont) Launches a JNLP applet.protected ApplicationInstance
Launcher.launchApplication
(JNLPFile file) Launches a JNLP application.void
Launcher.launchExternal
(URL url) Launches the JNLP file in a new JVM instance.void
Launcher.launchExternal
(List<String> vmArgs, List<String> javawsArgs) Launches the JNLP file at the specified location in a new JVM instance.void
Launches the JNLP file in a new JVM instance.protected ApplicationInstance
Launcher.launchInstaller
(JNLPFile file) Launches a JNLP installer. -
Uses of LaunchException in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that throw LaunchExceptionModifier and TypeMethodDescriptionprotected JNLPClassLoader
JNLPClassLoader.addNextResource()
Adds the next unused resource to the classloader.JNLPClassLoader.SecurityDelegate.getClassLoaderSecurity
(URL codebaseHost) JNLPClassLoader.SecurityDelegateImpl.getClassLoaderSecurity
(URL codebaseHost) static JNLPClassLoader
JNLPClassLoader.getInstance
(URL location, String uniqueKey, Version version, ParserSettings settings, UpdatePolicy policy, String mainName, boolean enableCodeBase) Returns a JNLP classloader for the JNLP file at the specified location.static JNLPClassLoader
JNLPClassLoader.getInstance
(JNLPFile file, UpdatePolicy policy, boolean enableCodeBase) Returns a JNLP classloader for the specified JNLP file.static JNLPClassLoader
JNLPClassLoader.getInstance
(JNLPFile file, UpdatePolicy policy, String mainName, boolean enableCodeBase) Returns a JNLP classloader for the specified JNLP file.void
JNLPClassLoader.SecurityDelegate.promptUserOnPartialSigning()
void
JNLPClassLoader.SecurityDelegateImpl.promptUserOnPartialSigning()
void
JNLPClassLoader.SecurityDelegate.setRunInSandbox()
void
JNLPClassLoader.SecurityDelegateImpl.setRunInSandbox()
void
JNLPClassLoader.setRunInSandbox()
Constructors in net.sourceforge.jnlp.runtime that throw LaunchExceptionModifierConstructorDescriptionprotected
JNLPClassLoader
(JNLPFile file, UpdatePolicy policy) Create a new JNLPClassLoader from the specified file.protected
JNLPClassLoader
(JNLPFile file, UpdatePolicy policy, String mainName, boolean enableCodeBase) Create a new JNLPClassLoader from the specified file.ManifestAttributesChecker
(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate) -
Uses of LaunchException in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security that throw LaunchExceptionModifier and TypeMethodDescriptionvoid
AppVerifier.checkTrustWithUser
(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file) Prompt the user with requests for trusting the certificates used by this appvoid
JNLPAppVerifier.checkTrustWithUser
(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file) void
PluginAppVerifier.checkTrustWithUser
(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file) -
Uses of LaunchException in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools that throw LaunchExceptionModifier and TypeMethodDescriptionvoid
JarCertVerifier.checkTrustWithUser
(JNLPClassLoader.SecurityDelegate securityDelegate, JNLPFile file)