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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
EphemerisComparatorRuntimeException(Localizable message)
          Simple constructor.
EphemerisComparatorRuntimeException(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

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


Copyright © 2016 CNES. All Rights Reserved.