Liking cljdoc? Tell your friends :D

jdk.awt.IllegalComponentStateException

Signals that an AWT component is not in an appropriate state for the requested operation.

Signals that an AWT component is not in an appropriate state for
the requested operation.
raw docstring

->illegal-component-state-exceptionclj

(->illegal-component-state-exception)
(->illegal-component-state-exception s)

Constructor.

Constructs an IllegalComponentStateException with the specified detail message. A detail message is a String that describes this particular exception.

s - the String that contains a detailed message - java.lang.String

Constructor.

Constructs an IllegalComponentStateException with the specified detail
 message.  A detail message is a String that describes this particular
 exception.

s - the String that contains a detailed message - `java.lang.String`
raw docstring

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

× close