예외 RealmFileException
Atlas Device SDK는 더 이상 사용되지 않습니다. 자세한 내용은 지원 중단 페이지 를 참조하세요.
io.realm.Exceptions
io.realm.exceptions.RealmFileException
Realm 관련 파일에 액세스할 때 문제를 보고하기 위한 클래스입니다.
생성자
생성자 및 설명 |
---|
중첩된 클래스 요약
수정자 및 유형 | 클래스 및 설명 |
---|---|
public static final |
메서드 요약
수정자 및 유형 | 메서드 및 설명 |
---|---|
public RealmFileException.Kind | getKind () 이 예외의 종류 를 가져옵니다. |
공개 string | toString () |
상속된 메서드
클래스 java.lang.Object 에서 상속된 메서드 :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
클래스 java.lang.Throwable 에서 상속된 메서드 :
getMessage
,getLocalizedMessage
,getCause
,initCause
,toString
,printStackTrace
,printStackTrace
,printStackTrace
,fillInStackTrace
,getStackTrace
,setStackTrace
,addSuppressed
,getSuppressed
생성자 세부 정보
메서드 세부 정보
getKind
public RealmFileException.Kind getKind () |
---|
이 예외의 종류 를 가져옵니다. 반환 이 예외의 종류 입니다. |