Package org.apache.nemo.common.exception
Class MetricException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.MetricException
-
- All Implemented Interfaces:
Serializable
public class MetricException extends RuntimeException
MetricException. Thrown when the cause is related to the metrics.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricException(String cause)
MetricException.MetricException(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
-
-