public class

AppletIllegalArgumentException

extends IllegalArgumentException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ sun.applet.AppletIllegalArgumentException

Class Overview

An applet security exception.

Summary

Public Constructors
AppletIllegalArgumentException(String key)
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 AppletIllegalArgumentException (String key)

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.