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.
(->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`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |