package plp.collection; public class AVLEmptyException extends AVLException { public AVLEmptyException(AVL avl) { super(avl); } }