Class StringifiedTagParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.viaversion.nbt.stringified.StringifiedTagParseException
All Implemented Interfaces:
Serializable

public final class StringifiedTagParseException extends RuntimeException
An exception thrown when parsing a stringified binary tag.
See Also:
  • Constructor Details

    • StringifiedTagParseException

      public StringifiedTagParseException(String message, int position)
  • Method Details