Package org.apache.nemo.common.exception
Class UnsupportedMetricException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.UnsupportedMetricException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnsupportedMetricException extends java.lang.RuntimeException
UnsupportedMetricException. This exception will be thrown when MetricStore receives unsupported metric.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMetricException(java.lang.Throwable cause)
UnsupportedMetricException.
-