News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Stubbles Blog:
Exception is an Inheritance Nazi
August 07, 2007 @ 09:21:00

Frank Kleine has voiced his disapproval with what he calls the "Inheritance Nazi" exception handling PHP has natively.

The built-in Exception class in PHP is total crap. It is an inheritance nazi preventing you from doing useful stuff in your own exception classes. Whoever made its get*() methods final and the trace property private did not thought any second about how exceptions may be used or that people need to implement their own stack trace handling.

The reason for the rant is due to a project he's currently working at where he cannot overload the stack trace of an exception instance then throw the exception. This forces him to create his own exception handling, pointless when the PHP one should be able to handle what he wants.

Suggestions/thoughts in the comments sympathize with him and suggest an alternate exception method - an interface that would allow for more customization.

For more information on the exception handling PHP has, check out the manual page for it.

0 comments voice your opinion now!
stubbles exception handling class custom throw inheritance stubbles exception handling class custom throw inheritance



Similar Posts

Vinu Thomas' Blog: PHP and Serial Ports

DevShed: Completing a Web Site Template using Inheritance in PHP 5

Richard Heyes' Blog: PEAR::DB replacement class updated

Paul James' Blog: HTTP Authentication with HTML Forms

PHPied.com: SAP container for PEAR::Auth


Community Events







Don't see your event here?
Let us know!


PHP5 database example PEAR cakephp framework zend code releases job ajax mysql conference release book package application zendframework developer security

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework