Login   Register  
PHP Classes
elePHPant
Icontem

File: include/throwables/BadFieldValueException.lib

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of philippe thomassigny  >  Dominion  >  include/throwables/BadFieldValueException.lib  >  Download  
File: include/throwables/BadFieldValueException.lib
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dominion
Build and execute portable SQL queries
Author: By
Last change:
Date: 2012-03-05 20:47
Size: 1,499 bytes
 

Contents

Class file image Download
<?php

/* @DESCR -- Do not edit

Dominion Version: 6
Module: DomVar
Language: >= PHP5 only
Creation: 05/Abr/2006
Copyright: 1999-2006 Philippe Thomassigny
Mail: info@webability.info
Msn: metalwolf69@hotmail.com
Site: http://www.webability.info/?P=dominion&NLanguage=en

-

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.

This error is thrown when the value of a field has a bad format.

@End_DESCR */

/* @UML_Box -- Do not edit
|------------------------------------------------------------------|
| BadFieldValueException: Field value has an error                 |
|------------------------------------------------------------------|
|------------------------------------------------------------------|
|------------------------------------------------------------------|
@End_UML_Box */

class BadFieldValueException extends WAException
{}

?>