topical media & game development

talk show tell print

actionscript-zoo-lib-VirtualPetNameException.ax

actionscript-zoo-lib-VirtualPetNameException.ax [swf] flex


  package {
    // The @ax-actionscript-zoo-lib-VirtualPetNameException class represents an exception thrown when
    // a generally invalid pet name is specified for a pet
    public class @ax-actionscript-zoo-lib-VirtualPetNameException extends Error {
      // Constructor
      public function @ax-actionscript-zoo-lib-VirtualPetNameException (
                             message:String = "Invalid pet name specified.") {
        //  Invoke the Error constructor
        super(message);
      }
    }
  }
  


(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.