SerializableTokenMgrErrorpublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 nullCopyright © 2005–2020 Units of Measurement project. All rights reserved.