fr.cnes.sirius.patrius.tools.exception
Class EphemerisComparatorRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.cnes.sirius.patrius.tools.exception.EphemerisComparatorRuntimeException
- All Implemented Interfaces:
- Serializable
public class EphemerisComparatorRuntimeException
- extends RuntimeException
The exception is specific to the ephemeris comparator.
- Since:
- 1.0
- Version:
- $Id: EphemerisComparatorRuntimeException.java 8645 2013-04-24 15:14:09Z DentalC $
- Author:
- Philippe Pavero
- See Also:
- Serialized Form
- Concurrency :
- not thread-safe
- Concurrency comment :
- extends Exception
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EphemerisComparatorRuntimeException
public EphemerisComparatorRuntimeException(Localizable message)
- Simple constructor. Builds an exception from a specified message
- Parameters:
message - descriptive message
EphemerisComparatorRuntimeException
public EphemerisComparatorRuntimeException(Localizable message,
Throwable cause)
- Simple constructor. Builds an exception from a cause and with a specified message
- Parameters:
message - descriptive messagecause - underlying cause
Copyright © 2016 CNES. All Rights Reserved.