Class NodeSelectionChangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bidib.wizard.mvc.common.exception.NodeSelectionChangeException
All Implemented Interfaces:
Serializable

public class NodeSelectionChangeException extends RuntimeException
Thrown to signal that the requested node was not selected.
See Also:
  • Constructor Details

    • NodeSelectionChangeException

      public NodeSelectionChangeException(String message, org.bidib.wizard.api.model.NodeInterface node)
  • Method Details

    • getNode

      public org.bidib.wizard.api.model.NodeInterface getNode()
      Returns:
      the node that was not selected