sun.net.www
Class ApplicationLaunchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sun.net.www.ApplicationLaunchException
All Implemented Interfaces:
Serializable

public class ApplicationLaunchException
extends Exception

An exception thrown by the MimeLauncher when it is unable to launch an external content viewer.

See Also:
Serialized Form

Constructor Summary
ApplicationLaunchException(String reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationLaunchException

public ApplicationLaunchException(String reason)