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(String message)
Constructs a
BadDirectManipulationException with the specified
detail message. |
BadDirectManipulationException(String message,
Throwable cause)
Constructs a
BadDirectManipulationException with the specified
detail message and cause. |
BadDirectManipulationException(Throwable cause)
Constructs a
BadDirectManipulationException with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadDirectManipulationException()
BadDirectManipulationException
with no specified
detail message.public BadDirectManipulationException(String message)
BadDirectManipulationException
with the specified
detail message.message
- Detail message.public BadDirectManipulationException(String message, 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(Throwable cause)
BadDirectManipulationException
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.