About
Installation
Documentation
Plugins
Blog
symfony API
exception Package
You are currently browsing
the website for
symfony 1
Visit the
Symfony2
website
« Back to API menu
Packages
action
-
6 classes
addon
-
5 classes
autoload
-
3 classes
cache
-
10 classes
command
-
25 classes
config
-
20 classes
controller
-
4 classes
creole
-
1 classes
database
-
8 classes
debug
-
2 classes
default
-
9 classes
exception
-
21 classes
sfActionException
sfCacheException
sfCommandArgumentsException
sfCommandException
sfConfigurationException
sfControllerException
sfDatabaseException
sfError404Exception
sfException
sfFactoryException
sfFileException
sfFilterException
sfForwardException
sfInitializationException
sfParseException
sfRenderException
sfSecurityException
sfStopException
sfStorageException
sfValidatorException
sfViewException
filter
-
9 classes
form
-
4 classes
generator
-
8 classes
helper
-
20 classes
i18n
-
25 classes
log
-
10 classes
plugin
-
13 classes
propel
-
12 classes
request
-
3 classes
response
-
3 classes
routing
-
4 classes
storage
-
10 classes
task
-
46 classes
user
-
3 classes
util
-
23 classes
validator
-
45 classes
view
-
12 classes
widget
-
27 classes
You are currently browsing the symfony API for the
1.1
version. Switch to:
1.0
1.2
1.3
1.4
exception
sfActionException
: sfActionException is thrown when an error occurs in an action.
sfCacheException
: sfCacheException is thrown when ConfigCache fails to execute properly.
sfCommandArgumentsException
: sfCommandException is thrown when an error occurs in a task.
sfCommandException
: sfCommandException is thrown when an error occurs in a task.
sfConfigurationException
: sfConfigurationException is thrown when the framework finds an error in a
sfControllerException
: sfControllerException is thrown when a requested Controller implementation
sfDatabaseException
: sfDatabaseException is thrown when a database related error occurs.
sfError404Exception
: sfError404Exception is thrown when a 404 error occurs in an action.
sfException
: sfException is the base class for all symfony related exceptions and
sfFactoryException
: sfFactoryException is thrown when an error occurs while attempting to create
sfFileException
: sfFileException is thrown when an error occurs while moving an uploaded file.
sfFilterException
: sfFilterException is thrown when an error occurs while attempting to initialize
sfForwardException
: sfForwardException is thrown when an error occurs while attempting to forward
sfInitializationException
: sfInitializationException is thrown when an initialization procedure fails.
sfParseException
: sfParseException is thrown when a parsing procedure fails to complete
sfRenderException
: sfRenderException is thrown when a view's pre-render check fails.
sfSecurityException
: sfSecurityException is thrown when a security related error occurs.
sfStopException
: sfStopException is thrown when you want to stop action flow.
sfStorageException
: sfStorageException is thrown when a requested sfStorage implementation doesn't
sfValidatorException
: sfValidatorException is thrown when an error occurs in a validator.
sfViewException
: sfViewException is thrown when an error occurs in a view.