public class SpecificationException extends RuntimeException
| Constructor and Description |
|---|
SpecificationException(String msg)
Constructor for SpecificationException.
|
SpecificationException(String name,
String details)
Constructor for SpecificationException.
|
SpecificationException(String msg,
Throwable cause)
Constructor for SpecificationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpecificationException(String name, String details)
name - the metric being parseddetails - the detailed messagepublic SpecificationException(String msg)
msg - the detail messageCopyright © 2009–2019 Performance Co-Pilot. All rights reserved.