visad
Class BadDirectManipulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by visad.VisADException
              extended by visad.DisplayException
                  extended by visad.BadMappingException
                      extended by visad.BadDirectManipulationException
All Implemented Interfaces:
Serializable

public class BadDirectManipulationException
extends BadMappingException

BadDirectManipulationException is an exception for an illegal DirectManipulation with a VisAD display.

See Also:
Serialized Form

Constructor Summary
BadDirectManipulationException()
          construct a BadDirectManipulationException with no message
BadDirectManipulationException(String s)
          construct a BadDirectManipulationException with given message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadDirectManipulationException

public BadDirectManipulationException()
construct a BadDirectManipulationException with no message


BadDirectManipulationException

public BadDirectManipulationException(String s)
construct a BadDirectManipulationException with given message

Parameters:
s - - message String