public class MetricFormatException extends RuntimeException
| Constructor and Description |
|---|
MetricFormatException()
Constructor
|
MetricFormatException(String s)
Constructor with Message
|
MetricFormatException(String s,
Throwable cause)
Constructor with Message and Cause of Exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetricFormatException()
public MetricFormatException(String s)
s - MessageCopyright © 2019. All rights reserved.