Class WrongArgumentException

Description

This represents a WrongArgumentException.

It should be called InvalidArgumentException, but due to incompatibility reasons with some PHP 5.x versions, it was renamed to decrease possible runtime problems.

  • version: $Id: WrongArgumentException.php,v 1.3 2006/11/26 22:04:12 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
CMSException
   |
   --CoreException
      |
      --AdministrationException
         |
         --WrongArgumentException
Method Summary
WrongArgumentException WrongArgumentException (int $code, String $message, [String $url = ''])
Methods
Constructor WrongArgumentException (line 50)

Creates a new WrongArgumentException.

  • access: public
WrongArgumentException WrongArgumentException (int $code, String $message, [String $url = ''])
  • int $code: the Error Code
  • String $message: the Error Message
  • String $url: the URL of this Exception (can be used for creating Back links)

Inherited Methods

Inherited From AdministrationException

AdministrationException::AdministrationException()
AdministrationException::getURL()
AdministrationException::setURL()

Inherited From CoreException

CoreException::CoreException()
CoreException::getLayout()

Inherited From CMSException

CMSException::CMSException()
CMSException::getCode()
CMSException::getMessage()
CMSException::logException()
CMSException::toString()

Documentation generated by phpDocumentor 1.3.1