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
| 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 |
position
public double[] position
CoordTransformException
public CoordTransformException()
CoordTransformException
public CoordTransformException(java.lang.String s,
double[] pos)
CoordTransformException
public CoordTransformException(double[] pos)
CoordTransformException
public CoordTransformException(java.lang.String s)
getMessage
public java.lang.String getMessage()
- Overrides:
- getMessage in class java.lang.Throwable