IcedTea-Web
NetX

net.sourceforge.jnlp
Class MissingTitleException

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.MissingTitleException
All Implemented Interfaces:
java.io.Serializable

public class MissingTitleException
extends RequiredElementException

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.

See Also:
Serialized Form

Constructor Summary
MissingTitleException()
           
MissingTitleException(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

MissingTitleException

public MissingTitleException()

MissingTitleException

public MissingTitleException(java.lang.Throwable cause)

IcedTea-Web
NetX

Submit a bug or feature