Liking cljdoc? Tell your friends :D

jdk.awt.HeadlessException

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.

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.
raw docstring

->headless-exceptionclj

(->headless-exception)
(->headless-exception msg)

Constructor.

msg - java.lang.String

Constructor.

msg - `java.lang.String`
raw docstring

get-messageclj

(get-message this)

Description copied from class: Throwable

returns: the detail message string of this Throwable instance (which may be null). - java.lang.String

Description copied from class: Throwable

returns: the detail message string of this Throwable instance
          (which may be null). - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close