topical media & game development
actionscript-zoo-final-src-zoo-VirtualPetInsufficientDataException.ax
actionscript-zoo-final-src-zoo-VirtualPetInsufficientDataException.ax
(swf
)
[ flash
]
flex
package zoo {
// The actionscript-zoo-final-src-zoo-VirtualPetInsufficientDataException class represents an exception
// thrown when an excessively short pet name is specified for a pet
public class actionscript-zoo-final-src-zoo-VirtualPetInsufficientDataException
extends VirtualPetNameException {
// Constructor
public function actionscript-zoo-final-src-zoo-VirtualPetInsufficientDataException () {
// Invoke the VirtualPetNameException constructor
super("Pet name too short.");
}
}
}
(C) Æliens
20/2/2008
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.