Serializable
TokenMgrError
public class MeasurementError extends Error
Constructor | Description |
---|---|
MeasurementError() |
Constructs a
MeasurementError with no detail message. |
MeasurementError(String s) |
Constructs a
MeasurementError with the specified detail
message. |
MeasurementError(String s,
Throwable cause) |
Constructs a
MeasurementError with the specified detail
message and cause. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MeasurementError()
MeasurementError
with no detail message.public MeasurementError(String s)
MeasurementError
with the specified detail
message.s
- the detail message.public MeasurementError(String s, Throwable cause)
MeasurementError
with the specified detail
message and cause.s
- the detail message.cause
- the cause, may be null
Copyright © 2005–2020 Units of Measurement project. All rights reserved.