Class FITSWCS.exceptions.InvalidCelestialTransformException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class FITSWCS.exceptions.InvalidCelestialTransformException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----FITSWCS.exceptions.FITSWCSException
                           |
                           +----FITSWCS.exceptions.InvalidCelestialTransformException

public class InvalidCelestialTransformException
extends FITSWCSException
an exception thrown when an invalid position is given to a method of a CelestialTransform object.

Constructor Index

 o InvalidCelestialTransformException(String)
 o InvalidCelestialTransformException()
 o InvalidCelestialTransformException(String, double, double)

Constructors

 o InvalidCelestialTransformException
  public InvalidCelestialTransformException(String s)
 o InvalidCelestialTransformException
  public InvalidCelestialTransformException()
 o InvalidCelestialTransformException
  public InvalidCelestialTransformException(String pcode,
                                            double x,
                                            double y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index