클래스 RealmFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.exceptions.RealmFileException
-
- 구현된 모든 인터페이스:
Serializable
public class RealmFileException extends RuntimeException
Realm 관련 파일에 액세스할 때 문제를 보고하기 위한 클래스입니다.- 다음도 참조하세요.
- 직렬화된 양식
-
-
중첩된 클래스 요약
중첩된 클래스 수정자 및 유형 클래스 설명 static class
RealmFileException.Kind
이RealmFileException
의 특정 종류입니다.
-
생성자 요약
생성자 Constructor 설명 RealmFileException(byte value, String message)
RealmFileException(RealmFileException.Kind kind, String message)
RealmFileException(RealmFileException.Kind kind, String message, Throwable cause)
RealmFileException(RealmFileException.Kind kind, Throwable cause)
-
메서드 요약
모든 메서드 인스턴스 메서드 구체적인 방법 수정자 및 유형 메서드 설명 RealmFileException.Kind
getKind()
이 예외의kind
을(를) 가져옵니다.String
toString()
-
클래스 java.lang에서 상속된 메소드입니다.스로우 가능
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
생성자 세부 정보
-
RealmFileException
public RealmFileException(바이트 값, 문자열 메시지)
-
RealmFileException
public RealmFileException(RealmFileException.Kind 종류, 문자열 메시지)
-
RealmFileException
public RealmFileException (RealmFileException.Kind 종류, 발생 가능 원인)
-
RealmFileException
public RealmFileException (RealmFileException.Kind 종류, 문자열 메시지, 예외 원인)
-
-