Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.coordinates.CoordTransformException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.coordinates.CoordTransformException
Subclasses:
PositionBeyondDomainException, TransformUndefinedException

public class CoordTransformException
extends java.lang.Exception
An illegal or undefined condition has been detected while using a CoordTransform object.

See Also:
Serialized Form

Field Summary
double[] position
           
 
Constructor Summary
CoordTransformException()
           
CoordTransformException(java.lang.String s, double[] pos)
           
CoordTransformException(double[] pos)
           
CoordTransformException(java.lang.String s)
           
 
Method Summary
java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

position

public double[] position
Constructor Detail

CoordTransformException

public CoordTransformException()

CoordTransformException

public CoordTransformException(java.lang.String s,
                               double[] pos)

CoordTransformException

public CoordTransformException(double[] pos)

CoordTransformException

public CoordTransformException(java.lang.String s)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD