Class AbstractEvaluationMetric.UnknownStatisticException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractEvaluationMetric

    public class AbstractEvaluationMetric.UnknownStatisticException
    extends java.lang.IllegalArgumentException
    Exception for subclasses to throw if asked for a statistic that is not part of their implementation
    Version:
    $Revision: 15007 $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownStatisticException​(java.lang.String message)
      Constructs a new UnknownStatisticsException
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownStatisticException

        public UnknownStatisticException​(java.lang.String message)
        Constructs a new UnknownStatisticsException
        Parameters:
        message - the exception's message