Serializable
public class UnconvertibleException extends MeasurementException
Constructor | Description |
---|---|
UnconvertibleException(String message) |
Constructs a
UnconvertibleException with the given message. |
UnconvertibleException(String message,
Throwable cause) |
Constructs a
UnconvertibleException with the given message and cause. |
UnconvertibleException(Throwable cause) |
Constructs a
UnconvertibleException with the given 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 UnconvertibleException(String message)
UnconvertibleException
with the given message.message
- the detail message, or null
if none.public UnconvertibleException(Throwable cause)
UnconvertibleException
with the given cause.cause
- the cause of this exception, or null
if none.public UnconvertibleException(String message, Throwable cause)
UnconvertibleException
with the given message and cause.message
- the detail message, or null
if none.cause
- the cause of this exception, or null
if none.Copyright © 2014–2019 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.