You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For getter methods on attributes or related objects there should be a method to check for null values. And calling a getter of a null value should throw an exception.
e.g.
Block::name() can be checked with Block::nameIsNull() or Block::attrIsNull("name") to ensure that no EAttrIsNull exception will be thrown.
just wrap things up and close this issue:
Policy is that we offer methods that allow to check for e.g. the existence of groups or attributes that should be called before trying to access the elements.
If one tries to access non-existing objects exceptions are thrown...
We need a good way of error and exception handling
The text was updated successfully, but these errors were encountered: