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