Package Summary  Overview Summary

class:AWTException [NONE]

All Implemented Interfaces:
Serializable

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

constructor:AWTException(java.lang.String) [NONE]

  • 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

© 2020 Oracle Corporation and/or its affiliates