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