public class NoMeasurementException extends Exception
| Constructor and Description |
|---|
NoMeasurementException() |
NoMeasurementException(String message) |
NoMeasurementException(String message,
Throwable cause) |
NoMeasurementException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoMeasurementException()
public NoMeasurementException(String message)
message - A String the message about the Exception.public NoMeasurementException(Throwable cause)
cause - The Throwable cause of the Exception.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.