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