类 FormatterException

所有已实现的接口:
Serializable

public class FormatterException extends RuntimeException
Exception thrown when formatter encounters an error during message formatting or response parsing.

This exception is used to wrap underlying errors (JSON parsing, SDK errors, etc.) and provide consistent error handling across all formatter implementations.

另请参阅:
  • 构造器详细资料

    • FormatterException

      public FormatterException(String message)
      Constructs a new FormatterException with the specified detail message.
      参数:
      message - The detail message
    • FormatterException

      public FormatterException(String message, Throwable cause)
      Constructs a new FormatterException with the specified detail message and cause.
      参数:
      message - The detail message
      cause - The cause of the exception