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.
-
InvalidCelestialTransformException(String)
-
-
InvalidCelestialTransformException()
-
-
InvalidCelestialTransformException(String, double, double)
-
InvalidCelestialTransformException
public InvalidCelestialTransformException(String s)
InvalidCelestialTransformException
public InvalidCelestialTransformException()
InvalidCelestialTransformException
public InvalidCelestialTransformException(String pcode,
double x,
double y)
All Packages Class Hierarchy This Package Previous Next Index