Documentation of 'visad.CoordinateSystemException' Java class
CoordinateSystemException
visad

Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CoordinateSystemException

        public CoordinateSystemException()
        Constructs a CoordinateSystemException with no specified detail message.
      • CoordinateSystemException

        public CoordinateSystemException(java.lang.String message)
        Constructs a CoordinateSystemException with the specified detail message.
        Parameters:
        message - Detail message.
      • CoordinateSystemException

        public CoordinateSystemException(java.lang.String message,
                                         java.lang.Throwable cause)
        Constructs a CoordinateSystemException with the specified detail message and cause.
        Parameters:
        message - Detail message.
        cause - Cause of the exception. null indicates that the cause is nonexistent or unknown.
      • CoordinateSystemException

        public CoordinateSystemException(java.lang.Throwable cause)
        Constructs a CoordinateSystemException with the specified cause.
        Parameters:
        cause - Cause of the exception. null indicates that the cause is nonexistent or unknown.
      • CoordinateSystemException

        public CoordinateSystemException(CoordinateSystem cs1,
                                         CoordinateSystem cs2)
        Construct a CoordinateSystemException for unequal CoordinateSystems.
        Parameters:
        cs1 - First coordinate system. null is allowed.
        cs2 - Second coordinate system. null is allowed.
      • CoordinateSystemException

        public CoordinateSystemException(CoordinateSystem cs1,
                                         CoordinateSystem cs2,
                                         java.lang.Throwable cause)
        Construct a CoordinateSystemException for unequal CoordinateSystems.
        Parameters:
        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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.