Class RealmMigrationNeededException

    • Constructor Detail

      • RealmMigrationNeededException

        public RealmMigrationNeededException​(String canonicalRealmPath,
                                             String detailMessage)
    • Method Detail

      • getPath

        public String getPath()
        Returns the canonical path to the Realm file that needs to be migrated.

        This can be used for easy reference during a migration:

        Returns:
        Canonical path to the Realm file.
        See Also:
        File.getCanonicalPath()