public class

AppletIOException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ sun.applet.AppletIOException

Class Overview

An applet IO exception.

Summary

Public Constructors
AppletIOException(String key)
AppletIOException(String key, Object arg)
Public Methods
String getLocalizedMessage()
Creates a localized description of this throwable.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AppletIOException (String key)

public AppletIOException (String key, Object arg)

Public Methods

public String getLocalizedMessage ()

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().

Returns
  • The localized description of this throwable.