fr.cnes.sirius.patrius.tools.exception
Class EphemerisComparatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 17581 2017-05-10 12:47:31Z bignon $
Author:
Philippe Pavero
See Also:
Serialized Form
Concurrency :
not thread-safe
Concurrency comment :
extends Exception

Constructor Summary
EphemerisComparatorException(Localizable message)
          Simple constructor.
EphemerisComparatorException(Localizable message, Throwable cause)
          Simple constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
cause - underlying cause


Copyright © 2017 CNES. All Rights Reserved.