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