Path

ez components / documentation / api reference / 2006.2 / base


eZ Components 2006.2

Base: ezcBaseException

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcBaseException

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

Parents

Exception
   |
   --ezcBaseException

Descendents

Child Class Description
ezcBasePropertyNotFoundException ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library.
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.
ezcBaseDoubleClassRepositoryPrefixException ezcBaseDoubleClassRepositoryPrefixException is thrown whenever you try to register a class repository with a prefix that has already been added before.
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.
ezcBaseValueException ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected.
ezcBaseSettingValueException ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value.
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.
ezcCacheException General exception container for the Cache component.
ezcConfigurationException This class provides an exception container for use with the Configuration component.
ezcConsoleException General exception container for the ConsoleTools component.
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.
ezcQueryException Base class for exceptions related to the SQL abstraction.
ezcDbSchemaException This class provides an exception container for use with the DatabaseSchema component.
ezcLogWriterException The ezcLogWriterException will be thrown when an {@class ezcLogWriter} or a subclass encounters an exceptional state.
ezcExecutionException General exception for use in ezcExecution class.
ezcGraphException General exception container for the Graph component.
ezcImageAnalyzerException General exception container for the ImageAnalysis component.
ezcImageException General exception container for the ImageConversion component.
ezcMailException ezcMailExceptions are thrown when an exceptional state occures in the Mail package.
ezcMailTransportException Transport exceptions are thrown when either sending or receiving mail transports fail to do their job properly.
ezcPersistentObjectException General exception class for the PersistentObject package.
ezcPhpGeneratorException General exception class for the PhpGenerator package.
ezcTemplateException ezcTemplateExceptions are thrown when an exceptional state occurs in the Template package.
ezcTranslationException The general exception class as used by the Translator Classes.
ezcUrlException ezcUrlExceptions are thrown when an exceptional state occures in the Url package.
ezcInputFormException General exception container for the UserInput 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  $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 )
public void getCode ( )
public void getFile ( )
public void getLine ( )
public void getMessage ( )
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 )  

Redefined in descendants as

Method Description
ezcBasePropertyNotFoundException::__construct() Constructs a new ezcBasePropertyNotFoundException for the property $name.
ezcBaseSettingNotFoundException::__construct() Constructs a new ezcBaseSettingNotFoundException for $settingName.
ezcBaseDoubleClassRepositoryPrefixException::__construct() Constructs a new ezcBaseDoubleClassRepositoryPrefixException for the $prefix that points to $basePath with autoload directory $autoloadDirPath.
ezcBaseInitCallbackConfiguredException::__construct() Constructs a new ezcBaseInitCallbackConfiguredException.
ezcBaseValueException::__construct() Constructs a new ezcBaseValueException on the $name variable.
ezcBaseSettingValueException::__construct() Constructs a new ezcBaseConfigException
ezcBasePropertyPermissionException::__construct() Constructs a new ezcPropertyPermissionException for the property $name.
ezcBaseFileIoException::__construct() Constructs a new ezcBaseFileIoException for the file $path.
ezcBaseFilePermissionException::__construct() Constructs a new ezcPropertyPermissionException for the property $name.
ezcBaseFileNotFoundException::__construct() Constructs a new ezcBaseFileNotFoundException.
ezcCacheInvalidStorageClassException::__construct()  
ezcCacheInvalidDataException::__construct()  
ezcCacheUsedLocationException::__construct()  
ezcCacheInvalidIdException::__construct()  
ezcConfigurationUnknownConfigException::__construct()  
ezcConfigurationGroupExistsAlreadyException::__construct()  
ezcConfigurationInvalidReaderClassException::__construct()  
ezcConfigurationWriteFailedException::__construct()  
ezcConfigurationInvalidSuffixException::__construct()  
ezcConfigurationParseErrorException::__construct()  
ezcConfigurationManagerNotInitializedException::__construct()  
ezcConfigurationNoConfigObjectException::__construct()  
ezcConfigurationUnknownSettingException::__construct()  
ezcConfigurationUnknownGroupException::__construct()  
ezcConfigurationSettingWrongTypeException::__construct()  
ezcConfigurationSettingnameNotStringException::__construct()  
ezcConsoleInvalidOptionNameException::__construct()  
ezcConsoleOptionNoAliasException::__construct()  
ezcConsoleInvalidOutputTargetException::__construct()  
ezcConsoleOptionTooManyValuesException::__construct()  
ezcConsoleOptionTypeViolationException::__construct()  
ezcConsoleOptionMandatoryViolationException::__construct()  
ezcConsoleOptionArgumentsViolationException::__construct()  
ezcConsoleOptionDependencyViolationException::__construct()  
ezcConsoleOptionMissingValueException::__construct()  
ezcConsoleOptionExclusionViolationException::__construct()  
ezcConsoleOptionNotExistsException::__construct()  
ezcConsoleOptionAlreadyRegisteredException::__construct()  
ezcConsoleNoPositionStoredException::__construct()  
ezcConsoleOptionStringNotWellformedException::__construct()  
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.
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.
ezcDbSchemaInvalidSchemaException::__construct() Constructs an ezcDbSchemaInvalidSchemaException with an optional message.
ezcDbSchemaUnknownFormatException::__construct() Constructs an ezcDatabaseSchemaUnknownFormatException for the $format and handler type $type.
ezcDbSchemaInvalidReaderClassException::__construct() Constructs an ezcDbSchemaInvalidReaderClassException for reader class $readerClass
ezcDbSchemaDropAllColumnsException::__construct() Constructs an ezcDbSchemaDropAllColumnsException
ezcDbSchemaInvalidDiffWriterClassException::__construct() Constructs an ezcDbSchemaInvalidDiffWriterClassException for writer class $writerClass
ezcDbSchemaInvalidWriterClassException::__construct() Constructs an ezcDbSchemaInvalidWriterClassException for writer class $writerClass
ezcDbSchemaSqliteDropFieldException::__construct() Constructs an ezcDbSchemaSqliteDropFieldException
ezcDbSchemaInvalidDiffReaderClassException::__construct() Constructs an ezcDbSchemaInvalidDiffReaderClassException for reader class $readerClass
ezcLogWriterException::__construct() Constructs a new ezcLogWriterException with the original exception $e.
ezcExecutionWrongClassException::__construct()  
ezcExecutionNotInitializedException::__construct()  
ezcExecutionAlreadyInitializedException::__construct()  
ezcExecutionInvalidCallbackException::__construct()  
ezcGraphInvalidImageFileException::__construct()  
ezcGraphNoSuchDataSetException::__construct()  
ezcGraphFlashBitmapTypeException::__construct()  
ezcGraphMatrixOutOfBoundingsException::__construct()  
ezcGraphFontRenderingException::__construct()  
ezcGraphNoSuchElementException::__construct()  
ezcGraphFlashBitmapBoundingsException::__construct()  
ezcGraphNoSuchDataException::__construct()  
ezcGraphUnknownFontTypeException::__construct()  
ezcGraphDatasetAverageInvalidKeysException::__construct()  
ezcGraphOutOfLogithmicalBoundingsException::__construct()  
ezcGraphGdDriverUnsupportedImageTypeException::__construct()  
ezcGraphUnknownColorDefinitionException::__construct()  
ezcGraphMatrixInvalidDimensionsException::__construct()  
ezcGraphInvalidFontTypeException::__construct()  
ezcGraphTooManyDataSetsExceptions::__construct()  
ezcGraphSvgDriverInvalidIdException::__construct()  
ezcGraphInvalidDisplayTypeException::__construct()  
ezcGraphNoDataException::__construct()  
ezcImageAnalyzerFileNotProcessableException::__construct()  
ezcImageAnalyzerInvalidHandlerException::__construct()  
ezcImageMimeTypeUnsupportedException::__construct()  
ezcImageFilterFailedException::__construct()  
ezcImageTransformationNotAvailableException::__construct()  
ezcImageHandlerNotAvailableException::__construct()  
ezcImageTransformationException::__construct() Creates a new ezcImageTransformationException using a parent exception.
ezcImageFilterNotAvailableException::__construct()  
ezcImageInvalidReferenceException::__construct()  
ezcImageMissingFilterParameterException::__construct()  
ezcImageInvalidFilterParameterException::__construct()  
ezcImageTransformationAlreadyExistsException::__construct()  
ezcImageFileNotProcessableException::__construct()  
ezcImageHandlerSettingsInvalidException::__construct()  
ezcImageFileNameInvalidException::__construct()  
ezcMailException::__construct() Constructs a new ezcMailException with error message $message.
ezcMailOffsetOutOfRangeException::__construct() Constructs an ezcMailOffsetOutOfRangeException
ezcMailNoSuchMessageException::__construct() Constructs an ezcMailNoSuchMessageException
ezcMailInvalidLimitException::__construct() Constructs an ezcMailInvalidLimitException
ezcMailTransportException::__construct() Constructs an ezcMailTransportException with low level information $message.
ezcPersistentObjectException::__construct() Constructs a new ezcPersistentObjectException with error message $message and error code $code.
ezcPersistentObjectNotPersistentException::__construct() Constructs a new ezcPersistentObjectNotPersistentException for the class $class.
ezcPersistentDefinitionNotFoundException::__construct() Constructs a new ezcPersistentDefinitionNotFoundException for the class $class with the additional error information $message.
ezcPersistentRelationNotFoundException::__construct() Constructs a new ezcPersistentRelationNotFoundException for the class $class which does not have a relation for $relatedClass.
ezcPersistentSessionNotFoundException::__construct() Constructs a new exception.
ezcPersistentObjectAlreadyPersistentException::__construct() Constructs a new ezcPersistentObjectAlreadyPersistentException for the class $class.
ezcPersistentRelatedObjectNotFoundException::__construct() Constructs a new ezcPersistentRelatedObjectNotFoundException for the class $class which does not have a relation for $relatedClass.
ezcPersistentRelationInvalidException::__construct() Constructs a new ezcPersistentRelationInvalidException for the given relation 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.
ezcPersistentIdentifierGenerationException::__construct() Constructs a new ezcPersistentIdentifierGenerationException for the class $class.
ezcPhpGeneratorException::__construct() Constructs a new ezcPhpGeneratorException with error message $message.
ezcPhpGeneratorFlowException::__construct() Constructs a new flow exception.
ezcTemplateException::__construct() Constructs a new ezcTemplateException with error message $message.
ezcTemplateParserException::__construct() Initialises the exception with the failing elements, parser, source code and error messages.
ezcTemplateOutdatedCompilationException::__construct() Creates a exception for outdated compilations, error message is specified by caller.
ezcTemplateTstNodeException::__construct() Initialises the exception with the type of error which automatically generates an exception message.
ezcTemplateInternalException::__construct() Creates a template internal exception.
ezcTemplateTypeHintException::__construct() This exception should be caught, and rethrown. The message is not important.
ezcTemplateFileNotReadableException::__construct() Initialises the exception with the template file path.
ezcTemplateFileNotFoundException::__construct() Initialises the exception with the template file path.
ezcTemplateCustomBlockException::__construct() Initialises the CustomBlock exception with the given message.
ezcTemplateRuntimeException::__construct() Constructs a template runtime exception with message $msg.
ezcTemplateCompilationFailedException::__construct() Creates a exception for failed compilations, error message is specified by caller.
ezcTemplateNoOutputContextException::__construct() Initialises the exception with the location object $location which contains the locator which is missing.
ezcTemplateNoManagerException::__construct() Initialises the exception with the location object $location which contains the locator which is missing.
ezcTemplateSourceToTstParserException::__construct() Initialises the exception with the failing elements, parser, source code and error messages.
ezcTemplateFileNotWriteableException::__construct()  
ezcTemplateFileFailedUnlinkException::__construct() Initialises the exception with the template file path.
ezcTemplateFileFailedRenameException::__construct() Initialises the exception with the original template file path and the new file path.
ezcTemplateLocatorNotFoundException::__construct() Initialises the exception with the location object $location which contains the locator which is missing.
ezcTemplateInvalidCompiledFileException::__construct() Initialises the exception with the location object $location which contains the locator which is missing.
ezcTranslationNotConfiguredException::__construct()  
ezcTranslationContextNotAvailableException::__construct()  
ezcTranslationReaderNotInitializedException::__construct()  
ezcTranslationMissingTranslationFileException::__construct()  
ezcTranslationWriterNotInitializedException::__construct()  
ezcTranslationKeyNotAvailableException::__construct()  
ezcTranslationParameterMissingException::__construct()  
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.
ezcInputFormInvalidDefinitionException::__construct()  
ezcInputFormUnknownFieldException::__construct()  
ezcInputFormVariableMissingException::__construct()  
ezcInputFormFieldNotFoundException::__construct()  
ezcInputFormValidDataAvailableException::__construct()  
ezcInputFormWrongInputSourceException::__construct()  
ezcInputFormNoValidDataException::__construct()  

Last updated: Thu, 01 Nov 2007