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