package net.minecraft.nbt; public class NbtFormatException extends NbtException { public NbtFormatException(String string) { super(string); } }