edu.nrao.sss.astronomy
Class CoordinateConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.nrao.sss.astronomy.CoordinateConversionException
All Implemented Interfaces:
Serializable

public class CoordinateConversionException
extends Exception

Thrown to indicate that something has gone wrong during conversion from one celestial coordinate system to another.

This exception adds little to the base Exception class, except that creators are expected to furnish a message and an underlying cause. Consumers of this exception may test the type of the cause to determine proper handling. The main reason this class exists is to package the many different things that can go wrong during a conversion into a single exception type.

Version Info:

$Revision: 526 $
$Date: 2007-04-16 12:32:57 -0600 (Mon, 16 Apr 2007) $
$Author: dharland $

Since:
2007-04-16
Author:
David M. Harland
See Also:
Serialized Form

Constructor Summary
CoordinateConversionException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinateConversionException

public CoordinateConversionException(String msg,
                                     Throwable cause)


Copyright © 2009. All Rights Reserved.