public class DisplayInterruptException extends DisplayException
DisplayInterruptException
is an exception for interrupting data
transformation.Constructor and Description |
---|
DisplayInterruptException()
Constructs a
DisplayInterruptException with no specified detail
message. |
DisplayInterruptException(String message)
Constructs a
DisplayInterruptException with the specified detail
message. |
DisplayInterruptException(String message,
Throwable cause)
Constructs a
DisplayInterruptException with the specified detail
message and cause. |
DisplayInterruptException(Throwable cause)
Constructs a
DisplayInterruptException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DisplayInterruptException()
DisplayInterruptException
with no specified detail
message.public DisplayInterruptException(String message)
DisplayInterruptException
with the specified detail
message.message
- Detail message.public DisplayInterruptException(String message, Throwable cause)
DisplayInterruptException
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 DisplayInterruptException(Throwable cause)
DisplayInterruptException
with the specified cause.cause
- Cause of the exception. null
indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.