visad.bom
Class RadarFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.bom.RadarFileException
-
- All Implemented Interfaces:
- java.io.Serializable
public class RadarFileException extends java.lang.ExceptionRadarFileExceptionclass is to handle exceptions when dealing with Australian Bureau of Meteorology Radar files- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RadarFileException()Constructs aRadarFileExceptionwith no specified detail message.RadarFileException(java.lang.String message)Constructs aRadarFileExceptionwith the specified detail message.RadarFileException(java.lang.String message, java.lang.Throwable cause)Constructs aRadarFileExceptionwith the specified detail message and cause.RadarFileException(java.lang.Throwable cause)Constructs aRadarFileExceptionwith the specified cause.
-
-
-
Constructor Detail
-
RadarFileException
public RadarFileException()
Constructs aRadarFileExceptionwith no specified detail message.
-
RadarFileException
public RadarFileException(java.lang.String message)
Constructs aRadarFileExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
RadarFileException
public RadarFileException(java.lang.String message, java.lang.Throwable cause)Constructs aRadarFileExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
RadarFileException
public RadarFileException(java.lang.Throwable cause)
Constructs aRadarFileExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG