Class UnrecognizedStatisticException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedStatisticException
    extends Exception

    Thrown when an operation requests a statistic from a parameter set that does not define a statistic of the same name.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedStatisticException

        public UnrecognizedStatisticException()
      • UnrecognizedStatisticException

        public UnrecognizedStatisticException​(Throwable cause)
      • UnrecognizedStatisticException

        public UnrecognizedStatisticException​(String message)
      • UnrecognizedStatisticException

        public UnrecognizedStatisticException​(String message,
                                              Throwable cause)