Class ChatParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.text.ParseException
com.datdeveloper.datmoddingapi.util.exceptions.ChatParseException
All Implemented Interfaces:
Serializable

public class ChatParseException extends ParseException
An exception that occurs when failing to parse a chat message
See Also:
  • Constructor Details

    • ChatParseException

      public ChatParseException(String message, String formatMessage, int errorOffset)
      Parameters:
      message - A comment on the error
      formatMessage - The message that failed to parse
      errorOffset - The offset in characters from the beginning of the format message when the parse error occurred
  • Method Details