Class RearrangeableTreeModel.IllegalNodeMoveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iamsoft.util.ui.swing.RearrangeableTreeModel.IllegalNodeMoveException
All Implemented Interfaces:
Serializable
Enclosing interface:
RearrangeableTreeModel

public static class RearrangeableTreeModel.IllegalNodeMoveException extends Exception
Thrown when an invalid move is attempted. Generally thrown when can[Move] returns false.
See Also:
  • Constructor Details

    • IllegalNodeMoveException

      public IllegalNodeMoveException()
    • IllegalNodeMoveException

      public IllegalNodeMoveException(String pMsg)
    • IllegalNodeMoveException

      public IllegalNodeMoveException(String pMsg, Throwable pCause)