public class CoordinateSystemException extends VisADException
CoordinateSystemException is an exception for a bad VisAD
CoordinateSystem.| Constructor and Description |
|---|
CoordinateSystemException()
Constructs a
CoordinateSystemException with no specified detail message. |
CoordinateSystemException(CoordinateSystem cs1,
CoordinateSystem cs2)
Construct a
CoordinateSystemException for unequal
CoordinateSystems. |
CoordinateSystemException(CoordinateSystem cs1,
CoordinateSystem cs2,
Throwable cause)
Construct a
CoordinateSystemException for unequal
CoordinateSystems. |
CoordinateSystemException(String message)
Constructs a
CoordinateSystemException with the specified detail message. |
CoordinateSystemException(String message,
Throwable cause)
Constructs a
CoordinateSystemException with the specified detail message
and cause. |
CoordinateSystemException(Throwable cause)
Constructs a
CoordinateSystemException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CoordinateSystemException()
CoordinateSystemException with no specified detail message.public CoordinateSystemException(String message)
CoordinateSystemException with the specified detail message.message - Detail message.public CoordinateSystemException(String message, Throwable cause)
CoordinateSystemException with the specified detail message
and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public CoordinateSystemException(Throwable cause)
CoordinateSystemException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2)
CoordinateSystemException for unequal
CoordinateSystems.cs1 - First coordinate system. null is allowed.cs2 - Second coordinate system. null is allowed.public CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2, Throwable cause)
CoordinateSystemException for unequal
CoordinateSystems.cs1 - First coordinate system. null is allowed.cs2 - Second coordinate system. null is allowed.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.