public class DisplayException extends VisADException
DisplayException is an exception for an error with a VisAD display.| Constructor and Description |
|---|
DisplayException()
Constructs a
DisplayException with no specified detail message. |
DisplayException(String message)
Construct a
DisplayException with the specified detail message. |
DisplayException(String message,
Throwable cause)
Constructs a
DisplayException with the specified detail message
and cause. |
DisplayException(Throwable cause)
Constructs a
DisplayException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DisplayException()
DisplayException with no specified detail message.public DisplayException(String message)
DisplayException with the specified detail message.message - Detail message.public DisplayException(String message, Throwable cause)
DisplayException 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 DisplayException(Throwable cause)
DisplayException 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.