public class CoordinateSystemException extends VisADException
| Constructor and Description |
|---|
CoordinateSystemException()
construct a CoordinateSystemException with no message
|
CoordinateSystemException(CoordinateSystem cs1,
CoordinateSystem cs2)
construct a CoordinateSystemException for unequal
CoordinateSystems
|
CoordinateSystemException(String s)
construct a CoordinateSystemException with given message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CoordinateSystemException()
public CoordinateSystemException(String s)
s - - message Stringpublic CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2)
cs1 - - first CoordinateSystemcs2 - - second CoordinateSystem