visad
Class DomainException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.FieldException
-
- visad.DomainException
-
- All Implemented Interfaces:
- java.io.Serializable
public class DomainException extends FieldException
Supports exceptions for bad or invalid or inappropriate domains of Fields.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DomainException()Constructs aDomainExceptionwith no specified detail message.DomainException(java.lang.String message)Constructs aDomainExceptionwith the specified detail message.DomainException(java.lang.String message, java.lang.Throwable cause)Constructs aDomainExceptionwith the specified detail message and cause.DomainException(java.lang.Throwable cause)Constructs aDomainExceptionwith the specified cause.
-
-
-
Constructor Detail
-
DomainException
public DomainException()
Constructs aDomainExceptionwith no specified detail message.
-
DomainException
public DomainException(java.lang.String message)
Constructs aDomainExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
DomainException
public DomainException(java.lang.String message, java.lang.Throwable cause)Constructs aDomainExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
DomainException
public DomainException(java.lang.Throwable cause)
Constructs aDomainExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG