Documentation of 'visad.data.netcdf.in.InvalidContextException' Java class
InvalidContextException
visad.data.netcdf.in

Class InvalidContextException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidContextException
    extends VisADException
    Exception thrown when the I/O context is invalid for an operation.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      InvalidContextException()
      Constructs a InvalidContextException with no specified detail message.
      InvalidContextException(Context context)
      Constructs a InvalidContextException with a given Context and cause.
      InvalidContextException(Context context, java.lang.Throwable cause)
      Constructs a InvalidContextException with the specified context and cause.
      InvalidContextException(java.lang.String message)
      Constructs a InvalidContextException with the specified detail message.
      InvalidContextException(java.lang.String message, java.lang.Throwable cause)
      Constructs a InvalidContextException with the specified detail message and cause.
      InvalidContextException(java.lang.Throwable cause)
      Constructs a InvalidContextException with the specified cause.
    • 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

      • InvalidContextException

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

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

        public InvalidContextException(java.lang.String message,
                                       java.lang.Throwable cause)
        Constructs a InvalidContextException 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.
      • InvalidContextException

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

        public InvalidContextException(Context context)
        Constructs a InvalidContextException with a given Context and cause.
        Parameters:
        context - Exception context. Should not be null.
      • InvalidContextException

        public InvalidContextException(Context context,
                                       java.lang.Throwable cause)
        Constructs a InvalidContextException with the specified context and cause.
        Parameters:
        context - Exception context. Should not be null.
        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.