public class IncommensurableException extends Exception
This is a checked exception, so it deliberately doesn't
inherit from MeasurementException
like most other exceptions.
Constructor and Description |
---|
IncommensurableException(String message)
Constructs a
IncommensurableException with the given message. |
IncommensurableException(String message,
Throwable cause)
Constructs a
IncommensurableException with the given message and cause. |
IncommensurableException(Throwable cause)
Constructs a
IncommensurableException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncommensurableException(String message)
IncommensurableException
with the given message.message
- the detail message, or null
if none.public IncommensurableException(Throwable cause)
IncommensurableException
with the given cause.cause
- the cause of this exception, or null
if none.public IncommensurableException(String message, Throwable cause)
IncommensurableException
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 Jean-Marie Dautelle, Werner Keil, V2COM. All Rights Reserved.