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(java.lang.String message)
Construct a
DisplayException with the specified detail message. |
DisplayException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
DisplayException with the specified detail message
and cause. |
DisplayException(java.lang.Throwable cause)
Constructs a
DisplayException with the specified cause. |
public DisplayException()
DisplayException with no specified detail message.public DisplayException(java.lang.String message)
DisplayException with the specified detail message.message - Detail message.public DisplayException(java.lang.String message,
java.lang.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(java.lang.Throwable cause)
DisplayException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.