class ElementNotFoundException extends ElementException (View source)

Exception related to not found element.

Constants

TYPE_UNKNOWN_CLASS

TYPE_PAGE_MISSING_PREFIXES

TYPE_PAGE_NAME_MISSING

TYPE_PAGE_CLASS_NOT_FOUND

TYPE_UNKNOWN_METHOD

TYPE_INCORRECT_SELECTOR

TYPE_UNKNOWN_SELECTOR

TYPE_NOT_FOUND

TYPE_MULTIPLE_ELEMENTS_FOUND

TYPE_UNKNOWN_PROPERTY

Methods

__construct(string $message = '', integer $code, Exception $previous = null)

Creates exception instance.

Details

__construct(string $message = '', integer $code, Exception $previous = null)

Creates exception instance.

Parameters

string $message Message.
integer $code Code.
Exception $previous Previous exception.