IcedTea-Web
NetX

net.sourceforge.jnlp
Class MissingVendorException

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

public class MissingVendorException
extends RequiredElementException

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.

See Also:
Serialized Form

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

MissingVendorException

public MissingVendorException()

MissingVendorException

public MissingVendorException(java.lang.Throwable cause)

IcedTea-Web
NetX

Submit a bug or feature