LambdaConversionException
LambdaConversionException
(->lambda-conversion-exception)
(->lambda-conversion-exception message)
(->lambda-conversion-exception message cause)
(->lambda-conversion-exception message
cause
enable-suppression
writable-stack-trace)
Constructor.
Constructs a LambdaConversionException with a message, cause, and other settings.
message - the detail message - java.lang.String
cause - the cause - java.lang.Throwable
enable-suppression - whether or not suppressed exceptions are enabled - boolean
writable-stack-trace - whether or not the stack trace is writable - boolean
Constructor. Constructs a LambdaConversionException with a message, cause, and other settings. message - the detail message - `java.lang.String` cause - the cause - `java.lang.Throwable` enable-suppression - whether or not suppressed exceptions are enabled - `boolean` writable-stack-trace - whether or not the stack trace is writable - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close