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.PositionBeyondDomainException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.coordinates.CoordTransformException
                    |
                    +--ncsa.horizon.coordinates.PositionBeyondDomainException

public class PositionBeyondDomainException
extends CoordTransformException
An attempt was made to transform a position that is outside the domain of the CoordTransform object used.

See Also:
Serialized Form

Fields inherited from class ncsa.horizon.coordinates.CoordTransformException
position
 
Constructor Summary
PositionBeyondDomainException()
           
PositionBeyondDomainException(java.lang.String s, double[] pos)
           
PositionBeyondDomainException(double[] pos)
           
PositionBeyondDomainException(java.lang.String s)
           
 
Methods inherited from class ncsa.horizon.coordinates.CoordTransformException
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
 

Constructor Detail

PositionBeyondDomainException

public PositionBeyondDomainException()

PositionBeyondDomainException

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

PositionBeyondDomainException

public PositionBeyondDomainException(double[] pos)

PositionBeyondDomainException

public PositionBeyondDomainException(java.lang.String s)

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