Module syntaxnbt

Class NBTException

All Implemented Interfaces:
Serializable

public class NBTException extends RuntimeException
This exception is thrown by all classes of syntaxnbt if any error occured.
Author:
SyntaxError404
See Also:
  • Constructor Details

    • NBTException

      public NBTException()
    • NBTException

      public NBTException(String message)
    • NBTException

      public NBTException(Throwable cause)
    • NBTException

      public NBTException(String message, Throwable cause)