Liking cljdoc? Tell your friends :D

jdk.awt.geom.IllegalPathStateException

The IllegalPathStateException represents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to a GeneralPath without an initial moveto.

The IllegalPathStateException represents an
exception that is thrown if an operation is performed on a path
that is in an illegal state with respect to the particular
operation being performed, such as appending a path segment
to a GeneralPath without an initial moveto.
raw docstring

->illegal-path-state-exceptionclj

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

Constructor.

Constructs an IllegalPathStateException with the specified detail message.

s - the detail message - java.lang.String

Constructor.

Constructs an IllegalPathStateException with the
 specified detail message.

s - the detail message - `java.lang.String`
raw docstring

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

× close