package { // The actionscript_zoo_lib_VirtualPetInsufficientDataException class represents an exception // thrown when an excessively short pet name is specified for a pet public class actionscript_zoo_lib_VirtualPetInsufficientDataException extends actionscript_zoo_lib_VirtualPetNameException { // Constructor public function actionscript_zoo_lib_VirtualPetInsufficientDataException () { // Invoke the VirtualPetNameException constructor super("Pet name too short."); } } }