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