Mon répertoire pour le bureau d'étude graphes de 3MIC à l'INSA de Toulouse
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EmptyPriorityQueueException.java 265B

12345678910111213141516
  1. package org.insa.graphs.algorithm.utils;
  2. public class EmptyPriorityQueueException extends RuntimeException {
  3. /**
  4. *
  5. */
  6. private static final long serialVersionUID = 1L;
  7. /**
  8. *
  9. */
  10. public EmptyPriorityQueueException() {
  11. }
  12. }