public class BadDirectManipulationException extends BadMappingException
BadDirectManipulationException is an exception for an illegal
"direct manipulation" with a VisAD display.| Constructor and Description |
|---|
BadDirectManipulationException()
Constructs a
BadDirectManipulationException with no specified
detail message. |
BadDirectManipulationException(java.lang.String message)
Constructs a
BadDirectManipulationException with the specified
detail message. |
BadDirectManipulationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
BadDirectManipulationException with the specified
detail message and cause. |
BadDirectManipulationException(java.lang.Throwable cause)
Constructs a
BadDirectManipulationException with the specified
cause. |
public BadDirectManipulationException()
BadDirectManipulationException with no specified
detail message.public BadDirectManipulationException(java.lang.String message)
BadDirectManipulationException with the specified
detail message.message - Detail message.public BadDirectManipulationException(java.lang.String message,
java.lang.Throwable cause)
BadDirectManipulationException 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 BadDirectManipulationException(java.lang.Throwable cause)
BadDirectManipulationException with the specified
cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.