public class VisADException extends Exception
VisADException is the superclass of all exceptions defined within
the VisAD package.| Constructor and Description |
|---|
VisADException()
Constructs a
VisADException with no specified detail message. |
VisADException(String message)
Constructs a
VisADException with the specified detail message. |
VisADException(String message,
Throwable cause)
Constructs a
VisADException with the specified detail message
and cause. |
VisADException(Throwable cause)
Constructs a
VisADException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VisADException()
VisADException with no specified detail message.public VisADException(String message)
VisADException with the specified detail message.message - Detail message.public VisADException(String message, Throwable cause)
VisADException 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 VisADException(Throwable cause)
VisADException 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.