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