public class

AWTError

extends Error
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.awt.AWTError

Class Overview

Thrown when a serious Abstract Window Toolkit error has occurred.

Summary

Public Constructors
AWTError(String msg)
Constructs an instance of AWTError with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AWTError (String msg)

Constructs an instance of AWTError with the specified detail message.

Parameters
msg the detail message.