sun.applet
Class AppletIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by sun.applet.AppletIOException
All Implemented Interfaces:
Serializable

public class AppletIOException
extends IOException

An applet IO exception.

See Also:
Serialized Form

Constructor Summary
AppletIOException(String key)
           
AppletIOException(String key, Object arg)
           
 
Method Summary
 String getLocalizedMessage()
          Creates a localized description of this throwable.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

AppletIOException

public AppletIOException(String key)

AppletIOException

public AppletIOException(String key,
                         Object arg)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Description copied from class: Throwable
Creates a localized description of this throwable. Subclasses may override this method in order to produce a locale-specific message. For subclasses that do not override this method, the default implementation returns the same result as getMessage().

Overrides:
getLocalizedMessage in class Throwable
Returns:
The localized description of this throwable.