Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Common.Metrics.Api.MetricsException Class Reference

Exception class used to wrap any exception in metrics. More...

Inherits Exception.

Public Member Functions

 MetricsException ()
 Empty constructor. More...
 
 MetricsException (string message)
 Construct exception with the user message. More...
 
 MetricsException (string message, Exception innerException)
 Construct exception with the user message and inner exception. More...
 

Detailed Description

Exception class used to wrap any exception in metrics.

Constructor & Destructor Documentation

◆ MetricsException() [1/3]

Org.Apache.REEF.Common.Metrics.Api.MetricsException.MetricsException ( )
inline

Empty constructor.

◆ MetricsException() [2/3]

Org.Apache.REEF.Common.Metrics.Api.MetricsException.MetricsException ( string  message)
inline

Construct exception with the user message.

Parameters
messageUser defined message.

◆ MetricsException() [3/3]

Org.Apache.REEF.Common.Metrics.Api.MetricsException.MetricsException ( string  message,
Exception  innerException 
)
inline

Construct exception with the user message and inner exception.

Parameters
messageUser defined message.
innerExceptionInner exception.

The documentation for this class was generated from the following file: