fr.cnes.sirius.patrius.tools.exception
Class EphemerisComparatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.cnes.sirius.patrius.tools.exception.EphemerisComparatorException
- All Implemented Interfaces:
- Serializable
public class EphemerisComparatorException
- extends Exception
The exception is specific to the ephemeris comparator.
- Since:
- 1.0
- Version:
- $Id: EphemerisComparatorException.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 |
EphemerisComparatorException
public EphemerisComparatorException(Localizable message)
- Simple constructor. Builds an exception from a specified message
- Parameters:
message
- descriptive message
EphemerisComparatorException
public EphemerisComparatorException(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.