public class AreaFileException extends McIDASException
AreaFileException
class is to handle exceptions when dealing
with McIDAS "AREA" files.Constructor and Description |
---|
AreaFileException()
Constructs an
AreaFileException with no specified detail message. |
AreaFileException(String message)
Constructs an
AreaFileException with the specified detail message. |
AreaFileException(String message,
Throwable cause)
Constructs a
AreaFileException with the specified detail message
and cause. |
AreaFileException(Throwable cause)
Constructs a
McIDASException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AreaFileException()
AreaFileException
with no specified detail message.public AreaFileException(String message)
AreaFileException
with the specified detail message.message
- Detail message.public AreaFileException(String message, Throwable cause)
AreaFileException
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 AreaFileException(Throwable cause)
McIDASException
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.