IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.ParseException

Packages that use ParseException
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. 
 

Uses of ParseException in net.sourceforge.jnlp
 

Methods in net.sourceforge.jnlp that throw ParseException
 void ExtensionDesc.resolve()
          Resolves the extension by creating a JNLPFile from the file specified by the extension's location property.
 

Constructors in net.sourceforge.jnlp that throw ParseException
AssociationDesc(java.lang.String mimeType, java.lang.String[] extensions)
           
JNLPFile(java.io.InputStream input, boolean strict)
          Create a JNLPFile from an input stream.
JNLPFile(java.net.URL location)
          Create a JNLPFile from a URL.
JNLPFile(java.net.URL location, boolean strict)
          Create a JNLPFile from a URL checking for updates using the default policy.
JNLPFile(java.net.URL location, java.lang.String uniqueKey, Version version, boolean strict, UpdatePolicy policy)
          Create a JNLPFile from a URL, parent URLm a version and checking for updates using the specified policy.
JNLPFile(java.net.URL location, Version version, boolean strict)
          Create a JNLPFile from a URL and a Version checking for updates using the default policy.
JNLPFile(java.net.URL location, Version version, boolean strict, UpdatePolicy policy)
          Create a JNLPFile from a URL and a version, checking for updates using the specified policy.
JREDesc(Version version, java.net.URL location, java.lang.String vmArgs, java.lang.String initialHeapSize, java.lang.String maximumHeapSize, java.util.List resources)
          Create a JRE descriptor.
 

Uses of ParseException in net.sourceforge.jnlp.runtime
 

Methods in net.sourceforge.jnlp.runtime that throw ParseException
static JNLPClassLoader JNLPClassLoader.getInstance(java.net.URL location, java.lang.String uniqueKey, Version version, UpdatePolicy policy)
          Returns a JNLP classloader for the JNLP file at the specified location.
 


IcedTea-Web
NetX

Submit a bug or feature