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