public class ReferenceException extends VisADException
ReferenceException is an exception for an error with a VisAD
DataReference.| Constructor and Description |
|---|
ReferenceException()
Constructs a
ReferenceException with no specified detail message. |
ReferenceException(java.lang.String message)
Constructs a
ReferenceException with the specified detail message. |
ReferenceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
ReferenceException with the specified detail message
and cause. |
ReferenceException(java.lang.Throwable cause)
Constructs a
ReferenceException with the specified cause. |
public ReferenceException()
ReferenceException with no specified detail message.public ReferenceException(java.lang.String message)
ReferenceException with the specified detail message.message - Detail message.public ReferenceException(java.lang.String message,
java.lang.Throwable cause)
ReferenceException 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 ReferenceException(java.lang.Throwable cause)
ReferenceException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.