ezcUrlExceptions are thrown when an exceptional state occures in the Url package.
Source for this file: /Url/src/exceptions/url_exception.php
Exception | --ezcBaseException | --ezcUrlException
Version: | //autogen// |
Child Class | Description |
---|---|
ezcUrlNoConfigurationException | ezcUrlNoConfigurationException is thrown whenever you try to use a url configuration that is not defined. |
ezcUrlInvalidParameterException | ezcUrlInvalidParameterException is thrown at get/set of a parameter undefined in the configuration. |
ezcUrlNotRegisteredException | ezcUrlNotRegisteredException is thrown whenever you try to use a url that is not registered. |
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
public ezcUrlException |
__construct(
$message
)
Constructs a new ezcUrlException with error message $message. |
From ezcBaseException | |
---|---|
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |
Constructs a new ezcUrlException with error message $message.
Name | Type | Description |
---|---|---|
$message |
string |
Method | Description |
---|---|
ezcBaseException::__construct() |
Constructs a new ezcBaseException with $message |
Method | Description |
---|---|
ezcUrlNoConfigurationException::__construct() |
Constructs a new ezcUrlNoConfigurationException. |
ezcUrlInvalidParameterException::__construct() |
Constructs a new ezcInvalidParameterException. |
ezcUrlNotRegisteredException::__construct() |
Constructs a new ezcUrlNotRegisteredException. |