클래스 RealmMigrationNededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.exceptions.RealmMigrationNeededException
-
- 구현된 모든 인터페이스:
Serializable
public final class RealmMigrationNeededException extends RuntimeException
- 다음도 참조하세요.
- 직렬화된 양식
-
-
생성자 요약
생성자 Constructor 설명 RealmMigrationNeededException(String canonicalRealmPath, String detailMessage)
-
메서드 요약
모든 메서드 인스턴스 메서드 구체적인 방법 수정자 및 유형 메서드 설명 String
getPath()
마이그레이션해야 하는 Realm 파일의 표준 경로를 반환합니다.-
클래스 java.lang에서 상속된 메소드입니다.스로우 가능
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
메서드 세부 정보
-
getPath
public String getPath()
마이그레이션해야 하는 Realm 파일의 표준 경로를 반환합니다.이는 마이그레이션 중에 쉽게 참조할 수 있습니다.
- 반환합니다:
- Realm 파일의 표준 경로입니다.
- 다음도 참조하세요.
File.getCanonicalPath()
-
-