topical media & game development

talk show tell print

actionscript-zoo-final-src-zoo-VirtualPetNameException.ax

actionscript-zoo-final-src-zoo-VirtualPetNameException.ax (swf ) [ flash ] flex


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


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