IcedTea-Web
NetX

net.sourceforge.jnlp
Class MissingInformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jnlp.ParseException
              extended by net.sourceforge.jnlp.RequiredElementException
                  extended by 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
MissingInformationException()
           
MissingInformationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.jnlp.ParseException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingInformationException

public MissingInformationException()

MissingInformationException

public MissingInformationException(java.lang.Throwable cause)

IcedTea-Web
NetX

Submit a bug or feature