visad
Class BadMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.DisplayException
-
- visad.BadMappingException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BadDirectManipulationException
public class BadMappingException extends DisplayException
BadMappingExceptionis an exception for an error withScalarMapsin a VisAD display.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BadMappingException()Constructs aBadMappingExceptionwith no specified detail message.BadMappingException(java.lang.String message)Constructs aBadMappingExceptionwith the specified detail message.BadMappingException(java.lang.String message, java.lang.Throwable cause)Constructs aBadMappingExceptionwith the specified detail message and cause.BadMappingException(java.lang.Throwable cause)Constructs aBadMappingExceptionwith the specified cause.
-
-
-
Constructor Detail
-
BadMappingException
public BadMappingException()
Constructs aBadMappingExceptionwith no specified detail message.
-
BadMappingException
public BadMappingException(java.lang.String message)
Constructs aBadMappingExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
BadMappingException
public BadMappingException(java.lang.String message, java.lang.Throwable cause)Constructs aBadMappingExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
BadMappingException
public BadMappingException(java.lang.Throwable cause)
Constructs aBadMappingExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG