Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcBaseException

Base::ezcBaseException

Class ezcBaseException

ezcBaseException is a container from which all other exceptions in the components library descent.

Source for this file: /Base/src/exceptions/exception.php

Exception
   |
   --ezcBaseException
Version:   //autogen//

Descendants

Child Class Description
ezcDocumentException General exception container for the Document component.
ezcSystemInfoException This class provides an exception container for use with the SystemInformation component.
ezcInputFormException General exception container for the UserInput component.
ezcConsoleException General exception container for the ConsoleTools component.
ezcCacheApcException Thrown when encountering an error in the APC backend.
ezcCacheMemcacheException Thrown when encountering an error in the Memcache backend.
ezcCacheException General exception container for the Cache component.
ezcQueryException Base class for exceptions related to the SQL abstraction.
ezcDbException This class provides exception for misc errors that may occur in the component, such as errors parsing database parameters and connecting to the database.
ezcBaseInvalidParentClassException Exception that is thrown if an invalid class is passed as custom class.
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.
ezcBaseDoubleClassRepositoryPrefixException ezcBaseDoubleClassRepositoryPrefixException is thrown whenever you try to register a class repository with a prefix that has already been added before.
ezcBaseExtensionNotFoundException ezcBaseExtensionNotFoundException is thrown when a requested PHP extension was not found.
ezcBaseFunctionalityNotSupportedException The ezcBaseFunctionalityNotSupportedException is thrown when a requested PHP function was not found.
ezcBaseInitInvalidCallbackClassException Exception that is thrown if an invalid class is passed as callback class for delayed object configuration.
ezcBasePropertyNotFoundException ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library.
ezcBaseInitCallbackConfiguredException ezcBaseInitCallbackConfiguredException is thrown when you try to assign a callback clasname to an identifier, while there is already a callback class configured for this identifier.
ezcBasePropertyPermissionException ezcBasePropertyPermissionException is thrown whenever a read-only property is tried to be changed, or when a write-only property was accessed for reading.
ezcBaseFileException ezcBaseFileException is the exception from which all file related exceptions inherit.
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.
ezcTemplateTranslationTieinException The general exception class as used by the TemplateTranslationTiein classes.
ezcMvcMailTieinException This class provides the base exception for exceptions in the MvcMailTiein component.
ezcReflectionCallToUndefinedMethodException Exception that is thrown if an invalid class is passed as callback class for delayed object configuration.
ezcAuthenticationException Thrown when an exceptional state occurs in the Authentication component.
ezcExecutionException General exception for use in ezcExecution class.
ezcArchiveException General exception class for the Archive package.
ezcUrlException ezcUrlExceptions are thrown when an exceptional state occures in the Url package.
ezcPhpGeneratorException General exception class for the PhpGenerator package.
ezcSignalSlotException ezcSignalSlotExceptions are thrown when an exceptional state occures in the SignalSlot package.
ezcDbSchemaException This class provides an exception container for use with the DatabaseSchema component.
ezcLogWrongSeverityException The ezcLogWrongSeverityException will be thrown when an ezcLogWrongSeverity or a subclass encounters an exceptional state.
ezcLogWriterException The ezcLogWriterException will be thrown when an ezcLogWriter or a subclass encounters an exceptional state.
ezcTreeException This class provides an exception container for use with the Tree component.
ezcFeedException The general exception class used as base class for the Feed exception classes.
ezcWorkflowException General exception for the Workflow component.
ezcImageException General exception container for the ImageConversion component.
ezcMvcToolsException This class provides the base exception for exception in the MvcTools component.
ezcPersistentObjectException General exception class for the PersistentObject package.
ezcGraphException General exception container for the Graph component.
ezcTranslationException The general exception class as used by the Translator Classes.
ezcTemplateException ezcTemplateExceptions are thrown when an exceptional state occurs in the Template package.
ezcWebdavException General exception container for the Webdav component.
ezcDebugException General exception class for the Debug component.
ezcGraphDatabaseException General exception container for the GraphDatabaseTiein component.
ezcMailException ezcMailExceptions are thrown when an exceptional state occures in the Mail package.
ezcImageAnalyzerException General exception container for the ImageAnalysis component.
ezcSearchException This class provides the base exception for exception in the Search component.
ezcConfigurationException This class provides an exception container for use with the Configuration component.

Member Variables

public mixed $originalMessage
Original message, before escaping

Inherited Member Variables

From Exception (Internal Class)
protected $code
protected $file
protected $line
protected $message
private $previous
private $string
private $trace

Method Summary

public ezcBaseException __construct( $message )
Constructs a new ezcBaseException with $message

Inherited Methods

From Exception (Internal Class)
public Exception constructor __construct ( [$message = ], [$code = ], [$previous = ] )
public void getCode ( )
public void getFile ( )
public void getLine ( )
public void getMessage ( )
public void getPrevious ( )
public void getTrace ( )
public void getTraceAsString ( )
public void __clone ( )
public void __toString ( )

Methods

__construct

ezcBaseException __construct( string $message )

Constructs a new ezcBaseException with $message

Parameters:
Name Type Description
$message string
Redefinition of:
Method Description
Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )
Redefined in descendants as:
Method Description
ezcDocumentInvalidOdtException::__construct() Creates a new exception. 
ezcDocumentInvalidDocbookException::__construct() Creates a new exception. 
ezcDocumentRstTokenizerException::__construct() Construct exception from errnous string and current position 
ezcDocumentInvalidFontException::__construct() Construct exception from errnous string and current position 
ezcDocumentOdtFormattingPropertiesExistException::__construct() Creates a new exception for the given $properties. 
ezcDocumentMissingVisitorException::__construct() Construct exception from errnous string and current position 
ezcDocumentWikiTokenizerException::__construct() Construct exception from errnous string and current position 
ezcDocumentWikiMissingPluginHandlerException::__construct() Construct exception from directive name 
ezcDocumentConversionException::__construct() Construct exception from errnous string and current position 
ezcDocumentErroneousXmlException::__construct() Construct exception from array with XML errors. 
ezcDocumentVisitException::__construct() Construct exception from errnous string and current position 
ezcDocumentRstMissingTextRoleHandlerException::__construct() Construct exception from text role name 
ezcDocumentRstMissingDirectiveHandlerException::__construct() Construct exception from directive name 
ezcSystemInfoReaderCantScanOSException::__construct() Construct a reader can't scan OS exception. 
ezcInputFormVariableMissingException::__construct() Constructs a new ezcInputFormVariableMissingException. 
ezcInputFormUnknownFieldException::__construct() Constructs a new ezcInputFormUnknownFieldException. 
ezcInputFormFieldNotFoundException::__construct() Constructs a new ezcInputFormFieldNotFoundException. 
ezcInputFormInvalidDefinitionException::__construct() Constructs a new ezcInputFormInvalidDefinitionException. 
ezcInputFormWrongInputSourceException::__construct() Constructs a new ezcInputFormWrongInputSourceException. 
ezcInputFormValidDataAvailableException::__construct() Constructs a new ezcInputFormValidDataAvailableException. 
ezcInputFormNoValidDataException::__construct() Constructs a new ezcInputFormNoValidDataException. 
ezcConsoleOptionStringNotWellformedException::__construct() Creates a new exception object. 
ezcConsoleNoPositionStoredException::__construct() Creates a new exception object. 
ezcConsoleNoValidDialogResultException::__construct() Creates a new exception object. 
ezcConsoleOptionAlreadyRegisteredException::__construct() Creates a new exception object. 
ezcConsoleTooManyArgumentsException::__construct() Creates a new exception object. 
ezcConsoleArgumentMandatoryViolationException::__construct() Creates a new exception object. 
ezcConsoleArgumentTypeViolationException::__construct() Creates a new exception object. 
ezcConsoleDialogAbortException::__construct() Creates a new exception object. 
ezcConsoleInvalidOptionNameException::__construct() Creates a new exception object. 
ezcConsoleOptionMandatoryViolationException::__construct() Creates a new exception object. 
ezcConsoleOptionArgumentsViolationException::__construct() Creates a new exception object. 
ezcConsoleOptionTypeViolationException::__construct() Creates a new exception object. 
ezcConsoleOptionMissingValueException::__construct() Creates a new exception object. 
ezcConsoleOptionNotExistsException::__construct() Creates a new exception object. 
ezcConsoleOptionTooManyValuesException::__construct() Creates a new exception object. 
ezcConsoleOptionExclusionViolationException::__construct() Creates a new exception object. 
ezcConsoleOptionDependencyViolationException::__construct() Creates a new exception object. 
ezcConsoleOptionNoAliasException::__construct() Creates a new exception object. 
ezcConsoleInvalidOutputTargetException::__construct() Creates a new exception object. 
ezcConsoleArgumentAlreadyRegisteredException::__construct() Creates a new exception object. 
ezcCacheApcException::__construct() Creates a new ezcCacheApcException. 
ezcCacheMemcacheException::__construct() Creates a new ezcCacheMemcacheException. 
ezcCacheStackIdAlreadyUsedException::__construct() Creates a new ezcCacheStackIdAlreadyUsedException. 
ezcCacheStackStorageUsedTwiceException::__construct() Creates a new ezcCacheStackStorageUsedTwiceException. 
ezcCacheInvalidKeyException::__construct() Creates a new invalid key exception. 
ezcCacheStackUnderflowException::__construct() Creates a new ezcCacheStackUnderflowException. 
ezcCacheInvalidIdException::__construct() Creates a new ezcCacheInvalidIdException. 
ezcCacheInvalidDataException::__construct() Creates a new ezcCacheInvalidDataException. 
ezcCacheInvalidMetaDataException::__construct() Creates a new ezcCacheInvalidMetaDataException. 
ezcCacheUsedLocationException::__construct() Creates a new ezcCacheUsedLocationException. 
ezcCacheInvalidStorageClassException::__construct() Creates a new ezcCacheInvalidStorageClassException 
ezcQueryException::__construct() Constructs an ezcQueryException with the highlevel error message $message and the errorcode $code. 
ezcQueryVariableParameterException::__construct() Constructs an ezcQueryVariableParameterException with the method $method and the arguments $numProvided and $numExpected. 
ezcQueryInvalidException::__construct() Constructs a QueryInvalid exception with the type $type and the additional information $message. 
ezcQueryInvalidParameterException::__construct() Constructs an ezcQueryVariableParameterException. 
ezcDbException::__construct() Constructs an ezcDbAstractionException with the highlevel error message $message and the errorcode $code. 
ezcDbHandlerNotFoundException::__construct() Constructs a new exception. 
ezcDbMissingParameterException::__construct() Constructs a new exception. 
ezcDbTransactionException::__construct() Constructs a new exception with the message $msg. 
ezcBaseInvalidParentClassException::__construct() Constructs an ezcBaseInvalidParentClassException for custom class $customClass 
ezcBaseSettingValueException::__construct() Constructs a new ezcBaseConfigException 
ezcBaseValueException::__construct() Constructs a new ezcBaseValueException on the $name variable. 
ezcBaseDoubleClassRepositoryPrefixException::__construct() Constructs a new ezcBaseDoubleClassRepositoryPrefixException for the $prefix that points to $basePath with autoload directory $autoloadDirPath. 
ezcBaseExtensionNotFoundException::__construct() Constructs a new ezcBaseExtensionNotFoundException. 
ezcBaseFunctionalityNotSupportedException::__construct() Constructs a new ezcBaseFunctionalityNotSupportedException. 
ezcBaseInitInvalidCallbackClassException::__construct() Constructs a new ezcBaseInitInvalidCallbackClassException for the $callbackClass. 
ezcBasePropertyNotFoundException::__construct() Constructs a new ezcBasePropertyNotFoundException for the property $name. 
ezcBaseInitCallbackConfiguredException::__construct() Constructs a new ezcBaseInitCallbackConfiguredException. 
ezcBasePropertyPermissionException::__construct() Constructs a new ezcPropertyPermissionException for the property $name. 
ezcPersistentObjectSchemaOverwriteException::__construct() Creates a new exception, affecting $file. 
ezcBaseFileNotFoundException::__construct() Constructs a new ezcBaseFileNotFoundException. 
ezcBaseFilePermissionException::__construct() Constructs a new ezcPropertyPermissionException for the property $name. 
ezcBaseFileIoException::__construct() Constructs a new ezcBaseFileIoException for the file $path. 
ezcBaseSettingNotFoundException::__construct() Constructs a new ezcBaseSettingNotFoundException for $settingName. 
ezcTemplateTranslationManagerNotConfiguredException::__construct() Constructs a new ezcTemplateTranslationManagerNotConfiguredException. 
ezcMvcMailTieinException::__construct() Constructs an ezcMvcMailTieinException 
ezcMvcMailNoDataException::__construct() Constructs an ezcMvcMailNoDataException 
ezcReflectionCallToUndefinedMethodException::__construct() Constructs a new ezcReflectionCallToUndefinedMethodException. 
ezcAuthenticationException::__construct() Constructs a new ezcAuthenticationException with error message $message. 
ezcAuthenticationLdapException::__construct() Constructs a new ezcAuthenticationLdapException with error message $message and error code $code. 
ezcAuthenticationOpenidException::__construct() Constructs a new ezcAuthenticationOpenidException with error message $message. 
ezcAuthenticationOpenidRedirectException::__construct() Constructs a new ezcAuthenticationOpenidRedirectException concerning $url. 
ezcAuthenticationOpenidModeNotSupportedException::__construct() Constructs a new ezcAuthenticationOpenidModeNotSupportedException with OpenID mode $mode. 
ezcAuthenticationOpenidConnectionException::__construct() Constructs a new ezcAuthenticationOpenidConnectionException for the URL $url. 
ezcAuthenticationTypekeyException::__construct() Constructs a new ezcAuthenticationTypekeyException with error message $message. 
ezcAuthenticationTypekeyPublicKeysMissingException::__construct() Constructs a new ezcAuthenticationTypekeyPublicKeysMissingException with error message $message. 
ezcAuthenticationTypekeyPublicKeysInvalidException::__construct() Constructs a new ezcAuthenticationTypekeyPublicKeysInvalidException with error message $message. 
ezcAuthenticationGroupException::__construct() Constructs a new ezcAuthenticationGroupException with error message $message. 
ezcExecutionWrongClassException::__construct() Constructs a new ezcExecutionWrongClassException. 
ezcExecutionNotInitializedException::__construct() Constructs a new ezcExecutionNotInitializedException. 
ezcExecutionAlreadyInitializedException::__construct() Constructs a new ezcExecutionAlreadyInitializedException. 
ezcExecutionInvalidCallbackException::__construct() Constructs a new ezcExecutionInvalidCallbackException. 
ezcArchiveException::__construct() Construct a new archive exception. 
ezcArchiveInternalException::__construct() Construct an internal archive exception. 
ezcArchiveValueException::__construct() Construct an archive exception. 
ezcArchiveBlockSizeException::__construct() Constructs a new block-size exception for the specified archive. 
ezcArchiveEmptyException::__construct() Constructs a new exception for empty archive. 
ezcArchiveChecksumException::__construct() Constructs a new checksum exception for the specified file. 
ezcArchiveIoException::__construct() Constructs a new IO exception. 
ezcArchiveEntryPrefixException::__construct() Constructs a new entry prefix exception for the specified file entry. 
ezcArchiveUnknownTypeException::__construct() Constructs a new unknown type exception for the specified archive. 
ezcUrlException::__construct() Constructs a new ezcUrlException with error message $message. 
ezcUrlNoConfigurationException::__construct() Constructs a new ezcUrlNoConfigurationException. 
ezcUrlInvalidParameterException::__construct() Constructs a new ezcInvalidParameterException. 
ezcUrlNotRegisteredException::__construct() Constructs a new ezcUrlNotRegisteredException. 
ezcPhpGeneratorException::__construct() Constructs a new ezcPhpGeneratorException with error message $message. 
ezcPhpGeneratorFlowException::__construct() Constructs a new flow exception. 
ezcSignalSlotException::__construct() Constructs a new ezcSignalSlotlException with error message $message. 
ezcDbSchemaInvalidDiffReaderClassException::__construct() Constructs an ezcDbSchemaInvalidDiffReaderClassException for reader class $readerClass 
ezcDbSchemaSqliteDropFieldException::__construct() Constructs an ezcDbSchemaSqliteDropFieldException 
ezcDbSchemaInvalidReaderClassException::__construct() Constructs an ezcDbSchemaInvalidReaderClassException for reader class $readerClass 
ezcDbSchemaInvalidSchemaException::__construct() Constructs an ezcDbSchemaInvalidSchemaException with an optional message. 
ezcDbSchemaUnknownFormatException::__construct() Constructs an ezcDatabaseSchemaUnknownFormatException for the $format and handler type $type. 
ezcDbSchemaDropAllColumnsException::__construct() Constructs an ezcDbSchemaDropAllColumnsException 
ezcDbSchemaUnsupportedTypeException::__construct() Constructs an ezcDatabaseSchemaUnsupportedTypeException for the type $type. 
ezcDbSchemaInvalidDiffWriterClassException::__construct() Constructs an ezcDbSchemaInvalidDiffWriterClassException for writer class $writerClass 
ezcDbSchemaInvalidWriterClassException::__construct() Constructs an ezcDbSchemaInvalidWriterClassException for writer class $writerClass 
ezcLogWrongSeverityException::__construct() Constructs a new ezcLogWrongSeverityException for severity $severity 
ezcLogWriterException::__construct() Constructs a new ezcLogWriterException with the original exception $e. 
ezcTreeIdsDoNotMatchException::__construct() Constructs a new ezcTreeIdsDoNotMatchException. 
ezcTreeInvalidXmlFormatException::__construct() Constructs a new ezcTreeInvalidXmlFormatException. 
ezcTreeTransactionNotStartedException::__construct() Constructs a new ezcTreeTransactionNotStartedException. 
ezcTreeInvalidIdException::__construct() Constructs a new ezcTreeInvalidIdException for the ID $nodeId. 
ezcTreeTransactionAlreadyStartedException::__construct() Constructs a new ezcTreeTransactionAlreadyStartedException. 
ezcTreeDataStoreMissingDataException::__construct() Constructs a new ezcTreeDataStoreMissingDataException. 
ezcTreeInvalidClassException::__construct() Constructs a new ezcTreeInvalidClassException. 
ezcTreeUnknownIdException::__construct() Constructs a new ezcTreeUnknownIdException for the ID $nodeId. 
ezcTreeInvalidXmlException::__construct() Constructs a new ezcTreeInvalidXmlException. 
ezcTreeDbInvalidSchemaException::__construct() Constructs a new ezcTreeDbInvalidSchemaException 
ezcFeedUnsupportedModuleException::__construct() Constructs a new ezcFeedUnsupportedModuleException. 
ezcFeedParseErrorException::__construct() Constructs a new ezcFeedParseErrorException. 
ezcFeedOnlyOneValueAllowedException::__construct() Constructs a new ezcFeedOnlyOneValueAllowedException. 
ezcFeedUnsupportedElementException::__construct() Constructs a new ezcFeedUnsupportedElementException. 
ezcFeedAtLeastOneItemDataRequiredException::__construct() Constructs a new ezcFeedAtLeastOneItemDataRequiredException. 
ezcFeedUndefinedModuleException::__construct() Constructs a new ezcFeedUndefinedModuleException. 
ezcFeedUnsupportedTypeException::__construct() Constructs a new ezcFeedUnsupportedTypeException. 
ezcFeedRequiredMetaDataMissingException::__construct() Constructs a new ezcFeedRequiredMetaDataMissingException. 
ezcWorkflowInvalidInputException::__construct() Constructor. 
ezcImageTransformationAlreadyExistsException::__construct() Creates a new ezcImageTransformationAlreadyExistsException. 
ezcImageHandlerSettingsInvalidException::__construct() Creates a new ezcImageHandlerSettingsInvalidException. 
ezcImageMimeTypeUnsupportedException::__construct() Creates a new ezcImageMimeTypeUnsupportedException. 
ezcImageInvalidFilterParameterException::__construct() Creates a new ezcImageInvalidFilterParameterException. 
ezcImageFileNameInvalidException::__construct() Creates a new ezcImageFileNameInvalidException. 
ezcImageTransformationNotAvailableException::__construct() Creates a new ezcImageTransformationNotAvailableException. 
ezcImageInvalidReferenceException::__construct() Creates a new ezcImageInvalidReferenceException. 
ezcImageHandlerNotAvailableException::__construct() Creates a new ezcImageHandlerNotAvailableException. 
ezcImageFilterFailedException::__construct() Creates a new ezcImageFilterFailedException. 
ezcImageTransformationException::__construct() Creates a new ezcImageTransformationException using a parent exception. 
ezcImageFilterNotAvailableException::__construct() Creates a new ezcImageFilterNotAvailableException. 
ezcImageFileNotProcessableException::__construct() Creates a new ezcImageFileNotProcessableException. 
ezcImageMissingFilterParameterException::__construct() Creates a new ezcImageMissingFilterParameterException. 
ezcMvcToolsException::__construct() Constructs an ezcMvcToolsException 
ezcMvcFilterHasNoOptionsException::__construct() Constructs an ezcMvcFilterHasNoOptionsException 
ezcMvcInvalidConfiguration::__construct() Constructs a new ezcMvcInvalidConfiguration exception for configuration $item 
ezcMvcRouteNotFoundException::__construct() Constructs an ezcMvcRouteNotFoundException 
ezcMvcMissingRouteArgumentException::__construct() Constructs an ezcMvcMissingRouteArgumentException 
ezcMvcInfiniteLoopException::__construct() Constructs an ezcMvcInfiniteLoopException 
ezcMvcNamedRouteNotReversableException::__construct() Constructs an ezcMvcNamedRouteNotReversableException 
ezcMvcNoZonesException::__construct() Constructs an ezcMvcNoZonesException 
ezcMvcRegexpRouteException::__construct() Constructs an ezcMvcRegexpRouteException 
ezcMvcInvalidEncodingException::__construct() Constructs an ezcMvcInvalidEncodingException 
ezcMvcActionNotFoundException::__construct() Constructs an ezcMvcActionNotFoundException 
ezcMvcNamedRouteNotFoundException::__construct() Constructs an ezcMvcNamedRouteNotFoundException 
ezcMvcFatalErrorLoopException::__construct() Constructs an ezcMvcFatalErrorLoopException 
ezcMvcControllerException::__construct() Constructs an ezcMvcControllerException with $message 
ezcMvcNoRoutesException::__construct() Constructs an ezcMvcNoRoutesException 
ezcPersistentObjectException::__construct() Constructs a new ezcPersistentObjectException with error message $message and reason code $reason. 
ezcPersistentIdentityMissingException::__construct() Creates a new ezcPersistentIdentityMissingException. 
ezcPersistentDefinitionMissingIdPropertyException::__construct() Constructs a new ezcPersistentDefinitionMissingIdPropertyException for the class $class. 
ezcPersistentIdentityAlreadyExistsException::__construct() Creates a new ezcPersistentIdentityAlreadyExistsException. 
ezcPersistentIdentityRelatedObjectsInconsistentException::__construct() Creates a new ezcPersistentIdentityRelatedObjectsInconsistentException. 
ezcPersistentRelationNotFoundException::__construct() Constructs a new ezcPersistentRelationNotFoundException for the class $class which does not have a relation for $relatedClass. 
ezcPersistentUndeterministicRelationException::__construct() Constructs a new ezcPersistentUndeterministicRelationException for the given relation class $class. 
ezcPersistentObjectNotPersistentException::__construct() Constructs a new ezcPersistentObjectNotPersistentException for the class $class. 
ezcPersistentIdentityRelatedObjectAlreadyExistsException::__construct() Creates a new ezcPersistentIdentityRelatedObjectAlreadyExistsException. 
ezcPersistentSessionNotFoundException::__construct() Constructs a new exception. 
ezcPersistentIdentifierGenerationException::__construct() Constructs a new ezcPersistentIdentifierGenerationException for the class $class with the optional message $msg. 
ezcPersistentRelationInvalidException::__construct() Constructs a new ezcPersistentRelationInvalidException for the given relation class $class. 
ezcPersistentInvalidObjectStateException::__construct() Creates a new exception. 
ezcPersistentRelatedObjectNotFoundException::__construct() Constructs a new ezcPersistentRelatedObjectNotFoundException for the object $object which does not have a relation for $relatedClass. 
ezcPersistentObjectAlreadyPersistentException::__construct() Constructs a new ezcPersistentObjectAlreadyPersistentException for the class $class. 
ezcPersistentRelationOperationNotSupportedException::__construct() Constructs a new ezcPersistentRelationOperationNotSupportedException for the $class which does not support the $operation in respect to $relatedClass. Optionally a $reason can be given. 
ezcPersistentQueryException::__construct() Constructs a new ezcPersistentQueryException with additional information in $msg. 
ezcPersistentObjectNotFoundException::__construct() Creates a new exception for the object of $class with $id. 
ezcPersistentDefinitionNotFoundException::__construct() Constructs a new ezcPersistentDefinitionNotFoundException for the class $class with the additional error information $message. 
ezcTranslationNotConfiguredException::__construct() Constructs a new ezcTranslationNotConfiguredException. 
ezcTranslationWriterNotInitializedException::__construct() Constructs a new ezcTranslationWriterNotInitializedException. 
ezcTranslationKeyNotAvailableException::__construct() Constructs a new ezcTranslationKeyNotAvailableException. 
ezcTranslationContextNotAvailableException::__construct() Constructs a new ezcTranslationContextNotAvailableException. 
ezcTranslationMissingTranslationFileException::__construct() Constructs a new ezcTranslationMissingTranslationFileException. 
ezcTranslationParameterMissingException::__construct() Constructs a new ezcTranslationParameterMissingException. 
ezcTranslationReaderNotInitializedException::__construct() Constructs a new ezcTranslationReaderNotInitializedException. 
ezcTemplateException::__construct() Constructs a new ezcTemplateException with error message $message. 
ezcTemplateFileFailedRenameException::__construct() Initialises the exception with the original template file path and the new file path. 
ezcTemplateInternalException::__construct() Creates a template internal exception. 
ezcTemplateCustomBlockException::__construct() Initialises the CustomBlock exception with the given message. 
ezcTemplateFileNotFoundException::__construct() Initialises the exception with the template file path. 
ezcTemplateNoOutputContextException::__construct() Initialises the exception with the location object $location which contains the locator which is missing. 
ezcTemplateFileNotWriteableException::__construct() Constructor 
ezcTemplateParserException::__construct() Initialises the exception with the failing elements, parser, source code and error messages. 
ezcTemplateCompilationFailedException::__construct() Creates a exception for failed compilations, error message is specified by caller. 
ezcTemplateFileNotReadableException::__construct() Initialises the exception with the template file path. 
ezcTemplateSourceToTstParserException::__construct() Initialises the exception with the failing elements, parser, source code and error messages. 
ezcTemplateTypeHintException::__construct() This exception should be caught, and rethrown. The message is not important. 
ezcTemplateFileFailedUnlinkException::__construct() Initialises the exception with the template file path. 
ezcTemplateInvalidCompiledFileException::__construct() Initialises the exception with the location object $location which contains the locator which is missing. 
ezcTemplateRuntimeException::__construct() Constructs a template runtime exception with message $msg. 
ezcTemplateNoManagerException::__construct() Initialises the exception with the location object $location which contains the locator which is missing. 
ezcWebdavMissingTransportConfigurationException::__construct() Initializes the exception with the given $userAgent and sets the exception message from it. 
ezcWebdavBrokenRequestUriException::__construct() Initializes the exception with the given $uri and sets the exception message from it. 
ezcWebdavPluginPreconditionFailedException::__construct() Creates a new exception. 
ezcWebdavInvalidHookException::__construct() Initializes the exception with the given $class and $hook (the hook name that was requested) and sets the exception message from it. 
ezcWebdavRequestNotSupportedException::__construct() Initializes the exception with the given $request and an optional reaon $message and sets the exception message from it. 
ezcWebdavMissingServerVariableException::__construct() Initializes the exception with the given $name (the key of the $_SERVER array) and sets the exception message from it. 
ezcWebdavNotTransportHandlerException::__construct() Initializes the exception with the given $client and sets the exception message from it. 
ezcWebdavInvalidHeaderException::__construct() Initializes the exception with the given $headerName, $value (the value of the named header) and $expectedValue and sets the exception message from it. 
ezcWebdavMissingHeaderException::__construct() Initializes the exception with the given $headerName and sets the exception message from it. 
ezcWebdavInvalidRequestBodyException::__construct() Initializes the exception with the given $method and $reason and sets the exception message from it. 
ezcWebdavInvalidXmlException::__construct() Initializes the exception with the given $reason. 
ezcWebdavHeadersNotValidatedException::__construct() Initializes the exception with the given $header and sets the exception message from it. 
ezcWebdavInvalidCallbackException::__construct() Initializes the exception with the given $callback. 
ezcWebdavUnknownHeaderException::__construct() Initializes the exception with the given $header and sets the exception message from it. 
ezcWebdavBrokenBaseUriException::__construct() Initializes the exception with the given $uri and optional $msg. 
ezcWebdavInvalidRequestMethodException::__construct() Initializes the exception with the given $method and sets the exception message from it. 
ezcWebdavLockAdministrationException::__construct() Creates a new excption. 
ezcDebugOperationNotPermittedException::__construct() Creates an new ezcDebugOperationNotPermittedException. 
ezcMailException::__construct() Constructs a new ezcMailException with error message $message. 
ezcMailTransportException::__construct() Constructs an ezcMailTransportException with low level information $message. 
ezcMailNoSuchMessageException::__construct() Constructs an ezcMailNoSuchMessageException 
ezcMailInvalidLimitException::__construct() Constructs an ezcMailInvalidLimitException 
ezcMailOffsetOutOfRangeException::__construct() Constructs an ezcMailOffsetOutOfRangeException 
ezcImageAnalyzerInvalidHandlerException::__construct() Creates a new ezcImageAnalyzerInvalidHandlerException. 
ezcImageAnalyzerFileNotProcessableException::__construct() Creates a new ezcImageAnalyzerFileNotProcessableException. 
ezcSearchException::__construct() Constructs an ezcSearchException 
ezcSearchQueryVariableParameterException::__construct() Constructs an ezcSearchQueryVariableParameterException with the method $method and the arguments $numProvided and $numExpected. 
ezcSearchCanNotConnectException::__construct() Constructs an ezcSearchCanNotConnectException for type $type at location $location 
ezcSearchDoesNotProvideDefinitionException::__construct() Constructs an ezcSearchDoesNotProvideDefinitionException for document type $type 
ezcSearchIncompleteStateException::__construct() Constructs an ezcSearchIncompleteStateException for field $field. 
ezcSearchIdNotFoundException::__construct() Constructs an ezcSearchIdNotFoundException for the ID $id. 
ezcSearchFieldNotDefinedException::__construct() Constructs an ezcSearchFieldNotDefinedException for document type $type and field $field. 
ezcSearchNetworkException::__construct() Constructs an ezcSearchNetworkException 
ezcSearchTransactionException::__construct() Constructs an ezcSearchTransactionException 
ezcSearchBuildQueryException::__construct() Constructs an ezcSearchBuildQueryException 
ezcSearchDefinitionNotFoundException::__construct() Constructs an ezcSearchDefinitionNotFoundException 
ezcSearchDefinitionInvalidException::__construct() Constructs an ezcSearchDefinitionInvalidException 
ezcConfigurationNoConfigObjectException::__construct() Constructs a new ezcConfigurationNoConfigObjectException. 
ezcConfigurationManagerNotInitializedException::__construct() Constructs a new ezcConfigurationManagerNotInitializedException. 
ezcConfigurationUnknownSettingException::__construct() Constructs a new ezcConfigurationUnknownSettingException. 
ezcConfigurationUnknownGroupException::__construct() Constructs a new ezcConfigurationUnknownGroupException. 
ezcConfigurationSettingnameNotStringException::__construct() Constructs a new ezcConfigurationSettingnameNotStringException for setting $settingName. 
ezcConfigurationParseErrorException::__construct() Constructs a new ezcConfigurationParseErrorException. 
ezcConfigurationInvalidReaderClassException::__construct() Constructs a new ezcConfigurationInvalidReaderClassException for the $readerClass. 
ezcConfigurationSettingWrongTypeException::__construct() Constructs a new ezcConfigurationSettingWrongTypeException. 
ezcConfigurationInvalidSuffixException::__construct() Constructs a new ezcConfigurationInvalidSuffixException. 
ezcConfigurationUnknownConfigException::__construct() Constructs a new ezcConfigurationUnknownConfigException. 
ezcConfigurationWriteFailedException::__construct() Constructs a new ezcConfigurationWriteFailedException. 
ezcConfigurationGroupExistsAlreadyException::__construct() Constructs a new ezcConfigurationGroupExistsAlreadyException for the group $groupName. 
Documentation generated by phpDocumentor 1.4.3