visad.data.netcdf.in
Class InvalidContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.data.netcdf.in.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 aInvalidContextExceptionwith no specified detail message.InvalidContextException(Context context)Constructs aInvalidContextExceptionwith a givenContextand cause.InvalidContextException(Context context, java.lang.Throwable cause)Constructs aInvalidContextExceptionwith the specified context and cause.InvalidContextException(java.lang.String message)Constructs aInvalidContextExceptionwith the specified detail message.InvalidContextException(java.lang.String message, java.lang.Throwable cause)Constructs aInvalidContextExceptionwith the specified detail message and cause.InvalidContextException(java.lang.Throwable cause)Constructs aInvalidContextExceptionwith the specified cause.
-
-
-
Constructor Detail
-
InvalidContextException
public InvalidContextException()
Constructs aInvalidContextExceptionwith no specified detail message.
-
InvalidContextException
public InvalidContextException(java.lang.String message)
Constructs aInvalidContextExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
InvalidContextException
public InvalidContextException(java.lang.String message, java.lang.Throwable cause)Constructs aInvalidContextExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
InvalidContextException
public InvalidContextException(java.lang.Throwable cause)
Constructs aInvalidContextExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
InvalidContextException
public InvalidContextException(Context context)
Constructs aInvalidContextExceptionwith a givenContextand cause.- Parameters:
context- Exception context. Should not benull.
-
InvalidContextException
public InvalidContextException(Context context, java.lang.Throwable cause)
Constructs aInvalidContextExceptionwith the specified context and cause.- Parameters:
context- Exception context. Should not benull.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG