QueueException.java (178B)
1 package lab6; 2 3 public class QueueException extends RuntimeException { 4 5 public QueueException(String s) { 6 super(s); 7 } // end constructor 8 } // end QueueException
dsaData Structures & Algorithms - Spring 2018 | |
Log | Files | Refs | README |