topical media & game development
actionscript-zoo-lib-VirtualPetInsufficientDataException.ax
actionscript-zoo-lib-VirtualPetInsufficientDataException.ax
[swf]
flex
package {
// The @ax-actionscript-zoo-lib-VirtualPetInsufficientDataException class represents an exception
// thrown when an excessively short pet name is specified for a pet
public class @ax-actionscript-zoo-lib-VirtualPetInsufficientDataException
extends actionscript_zoo_lib_VirtualPetNameException {
// Constructor
public function @ax-actionscript-zoo-lib-VirtualPetInsufficientDataException () {
// Invoke the VirtualPetNameException constructor
super("Pet name too short.");
}
}
}
(C) Æliens
27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.