ConsoleTools: ezcConsoleTooManyArgumentsException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcConsoleTooManyArgumentsException
|
Thrown if only a certain number of arguments were expected, but more were submitted. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcConsoleException
|
--ezcConsoleArgumentException
|
--ezcConsoleTooManyArgumentsException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public void |
__construct(
$args, $i )
Creates a new exception object. |
Inherited Methods
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
void __construct(
array(int=>string)
$args, int
$i )
Creates a new exception object.
Parameters
| Name |
Type |
Description |
$args |
array(int=>string) |
Arguments array. |
$i |
int |
Index in the arguments array. |
Redefinition of
Last updated: Wed, 18 Jun 2008