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