public class BadMappingException extends DisplayException
BadMappingException is an exception for an error with
ScalarMaps in a VisAD display.| Constructor and Description |
|---|
BadMappingException()
Constructs a
BadMappingException with no specified detail message. |
BadMappingException(String message)
Constructs a
BadMappingException with the specified detail message. |
BadMappingException(String message,
Throwable cause)
Constructs a
BadMappingException with the specified detail message
and cause. |
BadMappingException(Throwable cause)
Constructs a
BadMappingException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadMappingException()
BadMappingException with no specified detail message.public BadMappingException(String message)
BadMappingException with the specified detail message.message - Detail message.public BadMappingException(String message, Throwable cause)
BadMappingException 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 BadMappingException(Throwable cause)
BadMappingException 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.