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(String message)
Constructs a
SetException with the specified detail message. |
SetException(String message,
Throwable cause)
Constructs a
SetException with the specified detail message
and cause. |
SetException(Throwable cause)
Constructs a
SetException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SetException()
SetException with no specified detail message.public SetException(String message)
SetException with the specified detail message.message - Detail message.public SetException(String message, 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(Throwable cause)
SetException 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.