javax.measure.converter
Class ConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.measure.converter.ConversionException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ConversionException extends java.lang.RuntimeExceptionSignals that a problem of some sort has occurred either when creating a converter between two units or during the conversion itself.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ConversionException()Constructs aConversionExceptionwith no detail message.ConversionException(java.lang.String message)Constructs aConversionExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
ConversionException
public ConversionException()
Constructs aConversionExceptionwith no detail message.
-
ConversionException
public ConversionException(java.lang.String message)
Constructs aConversionExceptionwith the specified detail message.- Parameters:
message- the detail message.
-
-
DMelt 3.0 © DataMelt by jWork.ORG