Package net.sourceforge.jnlp
Class MissingInformationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.jnlp.ParseException
-
- net.sourceforge.jnlp.RequiredElementException
-
- net.sourceforge.jnlp.MissingInformationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingInformationException extends RequiredElementException
Thrown when the required information tag is not found under the current JVM's locale or as a generalized element.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingInformationException()
MissingInformationException(java.lang.Throwable cause)
-