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

Class: HTML_QuickForm2_NotFoundException

Source Location: /HTML_QuickForm2-0.1.0/QuickForm2/Exception.php

Class Overview

PEAR_Exception
   |
   --HTML_QuickForm2_Exception
      |
      --HTML_QuickForm2_NotFoundException

Exception that denotes some resource was not found


Author(s):

Version:

  • Release: 0.1.0

Inherited Variables

Inherited Methods


Class Details

[line 85]
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"

  • Version: Release: 0.1.0


[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:00:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.