visad
Class CoordinateSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.CoordinateSystemException
-
- All Implemented Interfaces:
- java.io.Serializable
public class CoordinateSystemException extends VisADException
CoordinateSystemExceptionis an exception for a bad VisAD CoordinateSystem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description CoordinateSystemException()Constructs aCoordinateSystemExceptionwith no specified detail message.CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2)Construct aCoordinateSystemExceptionfor unequal CoordinateSystems.CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2, java.lang.Throwable cause)Construct aCoordinateSystemExceptionfor unequal CoordinateSystems.CoordinateSystemException(java.lang.String message)Constructs aCoordinateSystemExceptionwith the specified detail message.CoordinateSystemException(java.lang.String message, java.lang.Throwable cause)Constructs aCoordinateSystemExceptionwith the specified detail message and cause.CoordinateSystemException(java.lang.Throwable cause)Constructs aCoordinateSystemExceptionwith the specified cause.
-
-
-
Constructor Detail
-
CoordinateSystemException
public CoordinateSystemException()
Constructs aCoordinateSystemExceptionwith no specified detail message.
-
CoordinateSystemException
public CoordinateSystemException(java.lang.String message)
Constructs aCoordinateSystemExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
CoordinateSystemException
public CoordinateSystemException(java.lang.String message, java.lang.Throwable cause)Constructs aCoordinateSystemExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
CoordinateSystemException
public CoordinateSystemException(java.lang.Throwable cause)
Constructs aCoordinateSystemExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
CoordinateSystemException
public CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2)
Construct aCoordinateSystemExceptionfor unequal CoordinateSystems.- Parameters:
cs1- First coordinate system.nullis allowed.cs2- Second coordinate system.nullis allowed.
-
CoordinateSystemException
public CoordinateSystemException(CoordinateSystem cs1, CoordinateSystem cs2, java.lang.Throwable cause)
Construct aCoordinateSystemExceptionfor unequal CoordinateSystems.- Parameters:
cs1- First coordinate system.nullis allowed.cs2- Second coordinate system.nullis allowed.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG