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