System.Exception
[ class tree: System.Exception ] [ index: System.Exception ] [ all elements ]

Class: TSpecificationParsingFailedException

Source Location: /Exception/TSpecificationParsingFailedException.php

Class Overview

Exception
   |
   --TException
      |
      --TSpecificationParsingFailedException

TSpecificationParsingFailedException class

Class Details

[line 31]
TSpecificationParsingFailedException class

TSpecificationParsingFailedException is raised when the framework fails in parsing a component specification file.

Namespace: Exception




version:  $Revision: 1.2 $ $Date: 2005/01/04 21:33:45 $
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 38]

TSpecificationParsingFailedException __construct( string $specFile, [string $msg = ''])

Constructor.



Parameters:

string   $specFile   the component specification file name
string   $msg   the parsing error message

[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.