public class RadarFileException
extends java.lang.Exception
RadarFileException class is to handle exceptions when dealing with
Australian Bureau of Meteorology Radar files| Constructor and Description |
|---|
RadarFileException()
Constructs a
RadarFileException with no specified detail message. |
RadarFileException(java.lang.String message)
Constructs a
RadarFileException with the specified detail message. |
RadarFileException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
RadarFileException with the specified detail message
and cause. |
RadarFileException(java.lang.Throwable cause)
Constructs a
RadarFileException with the specified cause. |
public RadarFileException()
RadarFileException with no specified detail message.public RadarFileException(java.lang.String message)
RadarFileException with the specified detail message.message - Detail message.public RadarFileException(java.lang.String message,
java.lang.Throwable cause)
RadarFileException with the specified detail message
and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public RadarFileException(java.lang.Throwable cause)
RadarFileException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.