Class MetricException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetricException
    extends java.lang.RuntimeException
    MetricException. Thrown when the cause is related to the metrics.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricException​(java.lang.String cause)
      MetricException.
      MetricException​(java.lang.Throwable cause)
      MetricException.
    • 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

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

      • MetricException

        public MetricException​(java.lang.Throwable cause)
        MetricException.
        Parameters:
        cause - the cause of the exception.
      • MetricException

        public MetricException​(java.lang.String cause)
        MetricException.
        Parameters:
        cause - the cause of the exception.