public class SetException extends VisADException
SetException is an exception for an error with a VisAD sampling.| Constructor and Description |
|---|
SetException()
Constructs a
SetException with no specified detail message. |
SetException(java.lang.String message)
Constructs a
SetException with the specified detail message. |
SetException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
SetException with the specified detail message
and cause. |
SetException(java.lang.Throwable cause)
Constructs a
SetException with the specified cause. |
public SetException()
SetException with no specified detail message.public SetException(java.lang.String message)
SetException with the specified detail message.message - Detail message.public SetException(java.lang.String message,
java.lang.Throwable cause)
SetException 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 SetException(java.lang.Throwable cause)
SetException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.