sun.applet
Class AppletIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
sun.applet.AppletIOException
- All Implemented Interfaces:
- Serializable
public class AppletIOException
- extends IOException
An applet IO exception.
- See Also:
- Serialized Form
AppletIOException
public AppletIOException(String key)
AppletIOException
public AppletIOException(String key,
Object arg)
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.