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.

Variable Index

 o position

Constructor Index

 o CoordTransformException()
 o CoordTransformException(double[])
 o CoordTransformException(String)
 o CoordTransformException(String, double[])

Method Index

 o getMessage()

Variables

 o position
  public double position[]

Constructors

 o CoordTransformException
  public CoordTransformException()
 o CoordTransformException
  public CoordTransformException(String s,
                                 double pos[])
 o CoordTransformException
  public CoordTransformException(double pos[])
 o CoordTransformException
  public CoordTransformException(String s)

Methods

 o getMessage
  public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index