ExcelConcurrentWriteException

Thrown when concurrent write access is detected in the DSL builders.

Excel DSL builders are not thread-safe. This exception is thrown when [BaseScope] detects multiple threads attempting to call DSL methods on the same builder instance.

See also

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?