Uses of Class
net.sourceforge.jnlp.ParseException
Packages that use ParseException
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.
-
Uses of ParseException in net.sourceforge.jnlp
Subclasses of ParseException in net.sourceforge.jnlpModifier and TypeClassDescriptionclass
Thrown when the required information tag is not found under the current JVM's locale or as a generalized element.class
Thrown when a title that is required from the information tag is not found under the current JVM's locale or as a generalized element.class
Thrown when a vendor that is required from the information tag is not found under the current JVM's locale or as a generalized element.class
Thrown when a field that is required from the information tag is not found under the current JVM's locale or as a generalized element.Methods in net.sourceforge.jnlp that throw ParseExceptionModifier and TypeMethodDescriptionJNLPCreator.create
(URL location, Version version, ParserSettings settings, UpdatePolicy policy, URL forceCodebase) Parser.getLauncher
(Node parent) Parser.getResources
(Node parent, boolean j2se) MalformedXMLParser.getRootNode
(InputStream input) Parses the data from anInputStream
to create a XML tree.static Node
Parser.getRootNode
(InputStream input, ParserSettings settings) Parser.getSecurity
(Node parent) static URL
void
ExtensionDesc.resolve()
Resolves the extension by creating a JNLPFile from the file specified by the extension's location property.static InputStream
MalformedXMLParser.xmlizeInputStream
(InputStream original) Reads malformed XML from the InputStream original and returns a new InputStream which can be used to read a well-formed version of the inputConstructors in net.sourceforge.jnlp that throw ParseExceptionModifierConstructorDescriptionAssociationDesc
(String mimeType, String[] extensions) JNLPFile
(InputStream input, URL codebase, ParserSettings settings) Create a JNLPFile from an input stream.JNLPFile
(InputStream input, ParserSettings settings) Create a JNLPFile from an input stream.Create a JNLPFile from a URL.JNLPFile
(URL location, String uniqueKey, Version version, ParserSettings settings, UpdatePolicy policy) Create a JNLPFile from a URL, parent URLm a version and checking for updates using the specified policy.JNLPFile
(URL location, ParserSettings settings) Create a JNLPFile from a URL checking for updates using the default policy.JNLPFile
(URL location, Version version, ParserSettings settings) Create a JNLPFile from a URL and a Version checking for updates using the default policy.JNLPFile
(URL location, Version version, ParserSettings settings, UpdatePolicy policy) Create a JNLPFile from a URL and a version, checking for updates using the specified policy.protected
JNLPFile
(URL location, Version version, ParserSettings settings, UpdatePolicy policy, URL forceCodebase) Create a JNLPFile from a URL and a version, checking for updates using the specified policy.JREDesc
(Version.JreVersion version, URL location, String vmArgs, String initialHeapSize, String maximumHeapSize, List<ResourcesDesc> resources) Create a JRE descriptor.Parser
(JNLPFile file, URL base, Node root, ParserSettings settings) Create a parser for the JNLP file.Create a parser for the JNLP file. -
Uses of ParseException in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that throw ParseExceptionModifier and TypeMethodDescriptionstatic 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.