Class IllegalStatisticNameException

All Implemented Interfaces:
Serializable

public class IllegalStatisticNameException extends IllegalArgumentException
An exception thrown when statistic has an illegal name
See Also:
  • Constructor Details

    • IllegalStatisticNameException

      @FormatMethod public IllegalStatisticNameException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • IllegalStatisticNameException

      @FormatMethod public IllegalStatisticNameException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.