Elgg
Version 6.1
|
Namespaces | |
Configuration | |
Database | |
Filesystem | |
Http | |
I18n | |
Plugin | |
Security | |
Seeding | |
Classes | |
class | AuthenticationException |
Thrown by the AuthenticationService. More... | |
class | BadFunctionCallException |
Exception thrown if a callback refers to an undefined function or if some arguments are missing. More... | |
class | BadMethodCallException |
Exception thrown if a callback refers to an undefined method or if some arguments are missing. More... | |
class | ClassException |
A generic parent class for Class exceptions. More... | |
class | ConfigurationException |
A generic parent class for Configuration exceptions. More... | |
class | CronException |
A generic parent class for cron exceptions. More... | |
class | DatabaseException |
A generic parent class for database exceptions. More... | |
class | DataFormatException |
An exception thrown when there is a problem in the format of some data. More... | |
class | DomainException |
Exception thrown if a value does not adhere to a defined valid data domain. More... | |
class | ErrorException |
Error exception, when converting an error into an exception. More... | |
class | Exception |
Base exception of exceptions in the Elgg system. More... | |
interface | ExceptionInterface |
Generic interface which allows catching of all exceptions thrown in Elgg. More... | |
class | HttpException |
Generic HTTP exception. More... | |
class | InvalidArgumentException |
Exception thrown if an argument is not of the expected type. More... | |
class | LengthException |
Exception thrown if a length is invalid. More... | |
class | LogicException |
Exception that represents error in the program logic. More... | |
class | LoginException |
Generic parent class for login exceptions. More... | |
class | OutOfBoundsException |
Exception thrown if a value is not a valid key. More... | |
class | OutOfRangeException |
Exception thrown when an illegal index was requested. More... | |
class | OverflowException |
Exception thrown when adding an element to a full container. More... | |
class | PluginException |
class | RangeException |
Exception thrown to indicate range errors during program execution. More... | |
class | RuntimeException |
Exception thrown if an error which can only be found on runtime occurs. More... | |
class | SecurityException |
Throw when a Security Exception occurs. More... | |
class | UnderflowException |
Exception thrown when performing an invalid operation on an empty container, such as removing an element. More... | |
class | UnexpectedValueException |
Exception thrown if a value does not match with a set of values. More... | |