Class UnsortablePositionException

  • All Implemented Interfaces:
    Serializable

    public class UnsortablePositionException
    extends RuntimeException
    This exception is thrown when an attempt is made to move the sort position for a Sortable entity to a position following another sortable entity that is not explicitly sorted (see Sortable.getSorted()).
    Author:
    Jeff Fischer
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsortablePositionException

        public UnsortablePositionException()
      • UnsortablePositionException

        public UnsortablePositionException​(String message)