java.awt

Class HeadlessException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • java.lang.UnsupportedOperationException
            • java.awt.HeadlessException
  • All Implemented Interfaces:
    java.io.Serializable
    public class HeadlessException extends java.lang.UnsupportedOperationException
    Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse.
    Since:
    1.4
    See Also:
    Serialized Form
    • Constructors 
      Constructor and Description
      Ordinary member indicator HeadlessException Reveal DetailHide Detail
       
      Ordinary member indicator HeadlessException Reveal DetailHide Detail
       
    • Methods 
      Modifier and Type Method and Description
      Overridden member indicator getMessage Reveal DetailHide Detail
      Returns the detail message string of this throwable.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge