Class ncsa.horizon.coordinates.CoordTransformException
All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.horizon.coordinates.CoordTransformException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----ncsa.horizon.coordinates.CoordTransformException
- public class CoordTransformException
- extends Exception
An illegal or undefined condition has been detected while using
a CoordTransform object.
-
position
-
-
CoordTransformException()
-
-
CoordTransformException(double[])
-
-
CoordTransformException(String)
-
-
CoordTransformException(String, double[])
-
-
getMessage()
-
position
public double position[]
CoordTransformException
public CoordTransformException()
CoordTransformException
public CoordTransformException(String s,
double pos[])
CoordTransformException
public CoordTransformException(double pos[])
CoordTransformException
public CoordTransformException(String s)
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index