public class RadarFileException extends Exception
RadarFileException
class is to handle exceptions when dealing with
Australian Bureau of Meteorology Radar filesConstructor and Description |
---|
RadarFileException()
Constructs a
RadarFileException with no specified detail message. |
RadarFileException(String message)
Constructs a
RadarFileException with the specified detail message. |
RadarFileException(String message,
Throwable cause)
Constructs a
RadarFileException with the specified detail message
and cause. |
RadarFileException(Throwable cause)
Constructs a
RadarFileException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RadarFileException()
RadarFileException
with no specified detail message.public RadarFileException(String message)
RadarFileException
with the specified detail message.message
- Detail message.public RadarFileException(String message, 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(Throwable cause)
RadarFileException
with the specified cause.cause
- Cause of the exception. null
indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.