| ezcBase |
Base class implements the methods needed to use the ezComponents. |
| ezcBaseException |
ezcBaseException is a container from which all other exceptions in the components library descent. |
| ezcBaseFileException |
ezcBaseFileException is the exception from which all file related exceptions inherit. |
| ezcBaseFileIoException |
ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file. |
| ezcBaseFileNotFoundException |
ezcBaseFileNotFoundException is thrown when a file or directory was tried to be opened, but did not exist. |
| ezcBaseFilePermissionException |
ezcBaseFilePermissionException is thrown whenever a permission problem with a file, directory or stream occurred. |
| ezcBasePropertyNotFoundException |
ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library. |
| ezcBasePropertyPermissionException |
ezcBasePropertyPermissionException is thrown whenever a read-only property is tried to be changed, or when a write-only property was accessed for reading. |
| ezcBaseSettingNotFoundException |
ezcBaseSettingNotFoundException is thrown whenever there is a name passed as part as the options array to setOptions() for an option that doesn't exist. |
| ezcBaseSettingValueException |
ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value. |
| ezcBaseValueException |
ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected. |