javax.measure.converter
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.measure.converter.ConversionException
- All Implemented Interfaces:
- Serializable
public class ConversionException
- extends RuntimeException
Signals that a problem of some sort has occurred either when creating a
converter between two units or during the conversion itself.
- Version:
- 3.1, April 2, 2006
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException()
- Constructs a
ConversionException
with no detail message.
ConversionException
public ConversionException(String message)
- Constructs a
ConversionException
with the specified detail
message.
- Parameters:
message
- the detail message.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.