Module java.desktop
Package java.awt

Class AWTException

All Implemented Interfaces:
Serializable

public class AWTException
extends Exception
Signals that an Abstract Window Toolkit exception has occurred.
See Also:
Serialized Form
  • Constructor Details

    • AWTException

      public AWTException​(String msg)
      Constructs an instance of AWTException with the specified detail message. A detail message is an instance of String that describes this particular exception.
      Parameters:
      msg - the detail message
      Since:
      1.0