visad
Class CoordinateSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by visad.VisADException
              extended by visad.CoordinateSystemException
All Implemented Interfaces:
java.io.Serializable

public class CoordinateSystemException
extends VisADException

CoordinateSystemException is an exception for a bad VisAD CoordinateSystem.

See Also:
Serialized Form

Constructor Summary
CoordinateSystemException()
           
CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2)
           
CoordinateSystemException(java.lang.String s)
           
 
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

CoordinateSystemException

public CoordinateSystemException()

CoordinateSystemException

public CoordinateSystemException(java.lang.String s)

CoordinateSystemException

public CoordinateSystemException(CoordinateSystem cs1,
                                 CoordinateSystem cs2)