Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitCommandFailedException

Core::arbitCommandFailedException

Class arbitCommandFailedException

Exception throw on failed command execution

Exception throw on failed command execution

Exception
   |
   --arbitException
      |
      --arbitCommandFailedException
Author(s):
Version:   $Revision: 1523 $
License:   GPL

Inherited Member Variables

From arbitException
protected arbitException::$properties
protected arbitException::$rawMessage

Method Summary

public void __construct( $command , $retVal )
Construct exception from command and return value

Inherited Methods

From arbitException
public void arbitException::__construct()
Construct exception message Construct exception message of a string with placeholders and the properties array, where the properties are the values, which will replace the placeholders when the exception is echo'd.
protected string arbitException::buildMessage()
Build exception message Replace all placeholders in exception message. has been "borrowed" from ezcTranslations, as this will used for the translation, so that we are using the exact same replacement strategy.
public string arbitException::getText()
Get message
public array arbitException::getTextValues()
Get properties Get text properties containing the values, which should replace the placeholders in the message.

Methods

__construct

void __construct( string $command , int $retVal )

Construct exception from command and return value

Construct exception from command and return value

Parameters:
Name Type Description
$command string
$retVal int
Redefinition of:
Method Description
arbitException::__construct() Construct exception message Construct exception message of a string with placeholders and the properties array, where the properties are the values, which will replace the placeholders when the exception is echo'd.
Documentation generated on Mon, 05 Apr 2010 14:01:53 +0200 by phpDocumentor 1.4.3