visad.data.hdfeos
Class GctpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.data.hdfeos.GctpException
-
- All Implemented Interfaces:
- java.io.Serializable
public class GctpException extends VisADException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description GctpException()Constructs aGctpExceptionwith no specified detail message.GctpException(java.lang.String message)Constructs aGctpExceptionwith the specified detail message.GctpException(java.lang.String message, java.lang.Throwable cause)Constructs aGctpExceptionwith the specified detail message and cause.GctpException(java.lang.Throwable cause)Constructs aGctpExceptionwith the specified cause.
-
-
-
Constructor Detail
-
GctpException
public GctpException()
Constructs aGctpExceptionwith no specified detail message.
-
GctpException
public GctpException(java.lang.String message)
Constructs aGctpExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
GctpException
public GctpException(java.lang.String message, java.lang.Throwable cause)Constructs aGctpExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
GctpException
public GctpException(java.lang.Throwable cause)
Constructs aGctpExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG