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