Link Search Menu Expand Document

Exceptions

Table of contents

  1. PropertyNotAccessibleException
  2. PropertyNotMutableException

The following is a list of the different exceptions that are used within this package.

PropertyNotAccessibleException

Exception thrown when a trying to access a property that is not accessible.

PropertyNotMutableException

Exception thrown when a trying to mutate a property that is not mutable.