NbtFileWriteException constructor

NbtFileWriteException(
  1. String message
)

Thrown when we encounter an issue writing NBT to a file.

Implementation

NbtFileWriteException(this.message);