public class NoSuchMetricException extends Exception
| Constructor and Description |
|---|
NoSuchMetricException()
Creates a new instance of
NoSuchMetricException without
detail message. |
NoSuchMetricException(String msg)
Constructs an instance of
NoSuchMetricException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchMetricException()
NoSuchMetricException without
detail message.public NoSuchMetricException(String msg)
NoSuchMetricException with the
specified detail message.msg - the detail message.Copyright © 2019. All rights reserved.