Class NBTParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.darkhax.bookshelf.api.serialization.NBTParseException
All Implemented Interfaces:
Serializable

public class NBTParseException extends RuntimeException
See Also:
  • Constructor Details

    • NBTParseException

      public NBTParseException(String msg)
    • NBTParseException

      public NBTParseException(String msg, Throwable cause)
    • NBTParseException

      public NBTParseException(Throwable cause)