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