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