HTML_QuickForm2
[ class tree: HTML_QuickForm2 ] [ index: HTML_QuickForm2 ] [ all elements ]

Class: HTML_QuickForm2_NotFoundException

Source Location: /HTML_QuickForm2-2.1.0/HTML/QuickForm2/NotFoundException.php

Class Overview

PEAR_Exception
   |
   --HTML_QuickForm2_Exception
      |
      --HTML_QuickForm2_NotFoundException

Exception that denotes some resource was not found


Author(s):

Version:

  • Release: 2.1.0

Inherited Variables

Inherited Methods


Class Details

[line 45]
Exception that denotes some resource was not found

One example is trying to instantiate a nonexistent class in Factory

  1.  try {
  2.      HTML_QuickForm2_Factory::registerElement('missing''NonExistent');
  3.      $el HTML_QuickForm2_Factory::createElement('missing');
  4.      echo $e->getMessage();
  5.  }
This code fill output "Class 'NonExistent' does not exist and no file to load"



[ Top ]


Documentation generated on Wed, 10 Apr 2019 08:56:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.