Package Elgg\Core\Exception
| ExportException | Export exception |
| ImportException | Import exception |
| IncompleteEntityException | IncompleteEntityException Thrown when constructing an entity that is missing its secondary entity table |
| InstallationException | InstallationException Thrown when there is a major problem with the installation. |
| InvalidClassException | InvalidClassException An invalid class Exception, throw when a class is invalid. |
| InvalidParameterException | InvalidParameterException A parameter is invalid. |
| IOException | IOException An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions. |
| NotificationException | Notification exception. |
| NotImplementedException | NotImplementedException Thrown when a method or function has not been implemented, primarily used in development... you should not see these! |
| PluginException | PluginException |
| SecurityException | SecurityException An Security Exception, throw when a Security Exception occurs. Subclass for specific Security Execeptions (access problems etc) |