/exceptions.php


Nette Framework

Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)

This source file is subject to the "Nette license" that is bundled with this package in the file license.txt.

For more information please see https://nette.org

Version: $Id$
Copyright: Copyright (c) 2004, 2009 David Grudl
Link: https://nette.org
Filesource: Source Code for this file
License: Nette license

Classes

ArgumentOutOfRangeException
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
InvalidStateException
The exception that is thrown when a method call is invalid for the object's current state, method has been invoked at an illegal or inappropriate time.
NotImplementedException
The exception that is thrown when a requested method or operation is not implemented.
NotSupportedException
The exception that is thrown when an invoked method is not supported. For scenarios where it is sometimes possible to perform the requested operation, see InvalidStateException.
DeprecatedException
The exception that is thrown when a requested method or operation is deprecated.
MemberAccessException
The exception that is thrown when accessing a class member (property or method) fails.
IOException
The exception that is thrown when an I/O error occurs.
FileNotFoundException
The exception that is thrown when accessing a file that does not exist on disk.
DirectoryNotFoundException
The exception that is thrown when part of a file or directory cannot be found.
FatalErrorException
The exception that indicates errors that can not be recovered from. Execution of the script should be halted.