Jet\BaseObject_Exception

The class represents an exception to Jet\BaseObject and has the following error codes:

class BaseObject_Exception extends Exception
{
    const 
CODE_UNDEFINED_PROPERTY 1;
    const 
CODE_ACCESS_PROTECTED_PROPERTY 2;
}
Previous chapter
Jet\BaseObject
Next chapter
Jet\BaseObject_Interface_ArrayEmulator