visad
Class FieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.FieldException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DomainException
public class FieldException extends VisADException
FieldExceptionis an exception for an error with a VisAD field.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FieldException()Constructs aFieldExceptionwith no specified detail message.FieldException(java.lang.String message)Constructs aFieldExceptionwith the specified detail message.FieldException(java.lang.String message, java.lang.Throwable cause)Constructs aFieldExceptionwith the specified detail message and cause.FieldException(java.lang.Throwable cause)Constructs aFieldExceptionwith the specified cause.
-
-
-
Constructor Detail
-
FieldException
public FieldException()
Constructs aFieldExceptionwith no specified detail message.
-
FieldException
public FieldException(java.lang.String message)
Constructs aFieldExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
FieldException
public FieldException(java.lang.String message, java.lang.Throwable cause)Constructs aFieldExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
FieldException
public FieldException(java.lang.Throwable cause)
Constructs aFieldExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG