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(java.lang.String message)
Constructs a
BadMappingException with the specified detail message. |
BadMappingException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
BadMappingException with the specified detail message
and cause. |
BadMappingException(java.lang.Throwable cause)
Constructs a
BadMappingException with the specified cause. |
public BadMappingException()
BadMappingException with no specified detail message.public BadMappingException(java.lang.String message)
BadMappingException with the specified detail message.message - Detail message.public BadMappingException(java.lang.String message,
java.lang.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(java.lang.Throwable cause)
BadMappingException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.