PropertyListException constructor

PropertyListException(
  1. String message
)

Implementation

PropertyListException(String message)
    : _nested = null,
      _message = message;