Liking cljdoc? Tell your friends :D

jdk.lang.reflect.GenericSignatureFormatError

Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.

Thrown when a syntactically malformed signature attribute is
encountered by a reflective method that needs to interpret the
generic signature information for a type, method or constructor.
raw docstring

->generic-signature-format-errorclj

(->generic-signature-format-error)
(->generic-signature-format-error message)

Constructor.

Constructs a new GenericSignatureFormatError with the specified message.

message - the detail message, may be null - java.lang.String

Constructor.

Constructs a new GenericSignatureFormatError with the
 specified message.

message - the detail message, may be null - `java.lang.String`
raw docstring

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

× close