NbtFileReadException constructor

NbtFileReadException(
  1. String message
)

A Exception representing some exception when reading a NBT file.

Implementation

NbtFileReadException(this.message);