Class NBTException

All Implemented Interfaces:
Serializable

public class NBTException extends IOException
An exception has occurred in relation to NBT parsing.
See Also:
Serialized Form
  • Constructor Details

    • NBTException

      public NBTException(String message)
      Create a new NBTException.
      Parameters:
      message - The message to include with the exception.