Class BadRequestException (namespace Nette\Application)


Bad HTTP / presenter request exception.

Exception
   |
   --BadRequestException

Direct Known Sub-classes:

Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/BadRequestException.php (line 30)
Public Method Summary
BadRequestException
__construct ([$message = ''], [$code = 0], [$previous = NULL])
Methods Inherited From Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( )
Variable Summary
protected int $defaultCode 404

line 33


Method Details

line 36

__construct

public BadRequestException __construct ([$message = ''], [$code = 0], [$previous = NULL])

Input
$message
$code
$previous