About
Installation
Documentation
Plugins
Community
Blog
Development
symfony API
sfRenderException Class
« Back to API menu
action
sfActions
sfActionStack
sfActionStackEntry
sfComponent
sfComponents
addon
sfEzComponentsBridge
sfMail
sfPager
sfPropelBehavior
sfPropelData
sfPropelDatabaseSchema
sfPropelPager
sfZendFrameworkBridge
cache
sfFileCache
sfFunctionCache
sfProcessCache
sfSQLiteCache
config
sfCacheConfigHandler
sfCompileConfigHandler
sfConfig
sfConfigCache
sfConfigHandler
sfDatabaseConfigHandler
sfDefineEnvironmentConfigHandler
sfFactoryConfigHandler
sfFilterConfigHandler
sfGeneratorConfigHandler
sfLoggingConfigHandler
sfPhpConfigHandler
sfRootConfigHandler
sfRoutingConfigHandler
sfSecurityConfigHandler
sfSimpleYamlConfigHandler
sfValidatorConfigHandler
sfViewConfigHandler
sfYamlConfigHandler
controller
sfController
sfFrontWebController
sfRouting
sfWebController
countable
database
sfDatabaseManager
sfMySQLDatabase
sfPDODatabase
sfPostgreSQLDatabase
sfPropelDatabase
sfPropelDataRetriever
debug
sfWebDebug
exception
sfAutoloadException
sfCacheException
sfConfigurationException
sfContextException
sfControllerException
sfDatabaseException
sfError404Exception
sfException
sfFactoryException
sfFileException
sfFilterException
sfForwardException
sfInitializationException
sfParseException
sfRenderException
sfSecurityException
sfStopException
sfStorageException
sfValidatorException
sfViewException
filter
sfCacheFilter
sfCommonFilter
sfExecutionFilter
sfFillInFormFilter
sfFilter
sfFilterChain
sfFlashFilter
sfRenderingFilter
sfSecurityFilter
sfWebDebugFilter
generator
sfAdminGenerator
sfCrudGenerator
sfGenerator
sfGeneratorManager
sfPropelAdminGenerator
sfPropelCrudGenerator
helper
CacheHelper
DateFormHelper
DateHelper
EscapingHelper
FormHelper
HelperHelper
I18NHelper
JavascriptHelper
NumberHelper
ObjectAdminHelper
ObjectHelper
PartialHelper
sfRichTextEditor
sfRichTextEditorFCK
sfRichTextEditorTinyMCE
TagHelper
TextHelper
UrlHelper
ValidationHelper
i18n
sfCultureInfo
sfDateFormat
sfDateTimeFormatInfo
sfI18N
sfIMessageSource
sfMessageCache
sfMessageFormat
sfMessageSource
sfMessageSource_gettext
sfMessageSource_MySQL
sfMessageSource_SQLite
sfMessageSource_XLIFF
sfNumberFormat
sfNumberFormatInfo
log
sfLogger
sfLogManager
sfWebDebugLogger
request
sfRequest
sfWebRequest
response
sfResponse
sfWebResponse
storage
sfPDOSessionStorage
sfPostgreSQLSessionStorage
sfSessionStorage
sfSessionTestStorage
sfStorage
test
user
sfSecurityUser
sfUser
util
sfContext
sfCore
sfDomCssSelector
sfFakeRenderingFilter
sfFillInForm
sfFinder
sfGlobToRegex
sfInflector
sfLoader
sfMixer
sfNumberCompare
sfParameterHolder
sfPropelManyToMany
sfTimer
sfTimerManager
sfToolkit
sfYaml
validator
sfCompareValidator
sfDateValidator
sfEmailValidator
sfFileValidator
sfHtmlValidator
sfNumberValidator
sfPropelUniqueValidator
sfRegexValidator
sfStringValidator
sfUrlValidator
sfValidator
sfValidatorManager
view
sfOutputEscaper
sfOutputEscaperArrayDecorator
sfOutputEscaperGetterDecorator
sfOutputEscaperIteratorDecorator
sfOutputEscaperObjectDecorator
sfPartialView
sfPHPView
sfView
sfViewCacheManager
You are currently browsing the symfony documentation for the
1.0
version. Switch to:
1.1
1.2
Search by class or method name
Beggining of a class name
Beggining of a method name
Class name followed by ::
Class name followed by :: and the beginning of a method name
sfRenderException is thrown when a view's pre-render check fails.
Method Summary
__construct
($message = null, $code)
Class constructor.
Method Details
__construct
($message = null, $code)
$message
The error message
$code
The error code
Class constructor.