public class UnitException extends VisADException
| Constructor and Description |
|---|
UnitException()
Constructs a
UnitException with no specified detail message. |
UnitException(String message)
Constructs a
UnitException with the specified detail message. |
UnitException(String message,
Throwable cause)
Constructs a
UnitException with the specified detail message
and cause. |
UnitException(Throwable cause)
Constructs a
UnitException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnitException()
UnitException with no specified detail message.public UnitException(String message)
UnitException with the specified detail message.message - Detail message.public UnitException(String message, Throwable cause)
UnitException 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 UnitException(Throwable cause)
UnitException 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.