Uses of Class
net.sourceforge.jnlp.LaunchException
-
Packages that use LaunchException Package Description net.sourceforge.jnlp 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.net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps.net.sourceforge.jnlp.security package generally about showing various security promptsnet.sourceforge.jnlp.tools -
-
Uses of LaunchException in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return LaunchException Modifier and Type Method Description LaunchExceptionLaunchException.LaunchExceptionWithStamp. getEx()Methods in net.sourceforge.jnlp with parameters of type LaunchException Modifier and Type Method Description voidDefaultLaunchHandler. 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.voidGuiLaunchHandler. launchError(LaunchException exception)voidLaunchHandler. 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.booleanDefaultLaunchHandler. launchWarning(LaunchException warning)Called when launching the application can not be launched due to an error that is not fatal.booleanGuiLaunchHandler. launchWarning(LaunchException warning)booleanLaunchHandler. launchWarning(LaunchException warning)Called when launching the application can not be launched due to an error that is not fatal.protected voidAbstractLaunchHandler. printMessage(LaunchException ex)Print a messagebooleanDefaultLaunchHandler. validationError(LaunchException error)Called when a security validation error occurs while launching the application.booleanGuiLaunchHandler. validationError(LaunchException error)booleanLaunchHandler. validationError(LaunchException error)Called when a security validation error occurs while launching the application.Methods in net.sourceforge.jnlp that throw LaunchException Modifier and Type Method Description protected AppletInstanceLauncher. createApplet(JNLPFile file, boolean enableCodeBase, java.awt.Container cont)Create an AppletInstance.protected java.applet.AppletLauncher. createAppletObject(JNLPFile file, boolean enableCodeBase, java.awt.Container cont)Creates an Applet object from a JNLPFile.protected ApplicationInstanceLauncher. createApplication(JNLPFile file)Creates an Application.static PropertyDescPropertyDesc. fromString(java.lang.String prop)protected ApplicationInstanceLauncher. getApplet(JNLPFile file, boolean enableCodeBase, java.awt.Container cont)Gets an ApplicationInstance, but does not launch the applet.ApplicationInstanceLauncher. launch(java.net.URL location)Launches a JNLP file by calling the launch method for the appropriate file type.ApplicationInstanceLauncher. launch(JNLPFile file)Launches a JNLP file by calling the launch method for the appropriate file type.ApplicationInstanceLauncher. launch(JNLPFile file, java.awt.Container cont)Launches a JNLP file inside the given container if it is an applet.protected ApplicationInstanceLauncher. launchApplet(JNLPFile file, boolean enableCodeBase, java.awt.Container cont)Launches a JNLP applet.protected ApplicationInstanceLauncher. launchApplication(JNLPFile file)Launches a JNLP application.voidLauncher. launchExternal(java.net.URL url)Launches the JNLP file in a new JVM instance.voidLauncher. launchExternal(java.util.List<java.lang.String> vmArgs, java.util.List<java.lang.String> javawsArgs)Launches the JNLP file at the specified location in a new JVM instance.voidLauncher. launchExternal(java.util.List<java.lang.String> vmArgs, JNLPFile file, java.util.List<java.lang.String> javawsArgs)Launches the JNLP file in a new JVM instance.protected ApplicationInstanceLauncher. launchInstaller(JNLPFile file)Launches a JNLP installer. -
Uses of LaunchException in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that throw LaunchException Modifier and Type Method Description protected JNLPClassLoaderJNLPClassLoader. addNextResource()Adds the next unused resource to the classloader.SecurityDescJNLPClassLoader.SecurityDelegate. getClassLoaderSecurity(java.net.URL codebaseHost)SecurityDescJNLPClassLoader.SecurityDelegateImpl. getClassLoaderSecurity(java.net.URL codebaseHost)static JNLPClassLoaderJNLPClassLoader. getInstance(java.net.URL location, java.lang.String uniqueKey, Version version, ParserSettings settings, UpdatePolicy policy, java.lang.String mainName, boolean enableCodeBase)Returns a JNLP classloader for the JNLP file at the specified location.static JNLPClassLoaderJNLPClassLoader. getInstance(JNLPFile file, UpdatePolicy policy, boolean enableCodeBase)Returns a JNLP classloader for the specified JNLP file.static JNLPClassLoaderJNLPClassLoader. getInstance(JNLPFile file, UpdatePolicy policy, java.lang.String mainName, boolean enableCodeBase)Returns a JNLP classloader for the specified JNLP file.voidJNLPClassLoader.SecurityDelegate. promptUserOnPartialSigning()voidJNLPClassLoader.SecurityDelegateImpl. promptUserOnPartialSigning()voidJNLPClassLoader.SecurityDelegate. setRunInSandbox()voidJNLPClassLoader.SecurityDelegateImpl. setRunInSandbox()voidJNLPClassLoader. setRunInSandbox()Constructors in net.sourceforge.jnlp.runtime that throw LaunchException Constructor Description JNLPClassLoader(JNLPFile file, UpdatePolicy policy)Create a new JNLPClassLoader from the specified file.JNLPClassLoader(JNLPFile file, UpdatePolicy policy, java.lang.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 LaunchException Modifier and Type Method Description voidAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)Prompt the user with requests for trusting the certificates used by this appvoidJNLPAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)voidPluginAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file) -
Uses of LaunchException in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools that throw LaunchException Modifier and Type Method Description voidJarCertVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JNLPFile file)
-