DaoException.smali
.class public Lorg/greenrobot/greendao/DaoException;
.super Landroid/database/SQLException;
.source "DaoException.java"
# static fields
.field private static final serialVersionUID:J = -0x5192a0db69eecaf3L
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Landroid/database/SQLException;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.registers 2
.line 2
invoke-direct {p0, p1}, Landroid/database/SQLException;-><init>(Ljava/lang/String;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.registers 3
.line 3
invoke-direct {p0, p1}, Landroid/database/SQLException;-><init>(Ljava/lang/String;)V
.line 4
invoke-virtual {p0, p2}, Lorg/greenrobot/greendao/DaoException;->safeInitCause(Ljava/lang/Throwable;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/Throwable;)V
.registers 2
.line 5
invoke-direct {p0}, Landroid/database/SQLException;-><init>()V
.line 6
invoke-virtual {p0, p1}, Lorg/greenrobot/greendao/DaoException;->safeInitCause(Ljava/lang/Throwable;)V
return-void
.end method
# virtual methods
.method protected safeInitCause(Ljava/lang/Throwable;)V
.registers 4
.line 1
:try_start_0
invoke-virtual {p0, p1}, Landroid/database/SQLException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
:try_end_3
.catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_3} :catch_4
goto :goto_f
:catch_4
move-exception v0
const-string v1, "Could not set initial cause"
.line 2
invoke-static {v1, v0}, Lorg/greenrobot/greendao/d;->a(Ljava/lang/String;Ljava/lang/Throwable;)I
const-string v0, "Initial cause is:"
.line 3
invoke-static {v0, p1}, Lorg/greenrobot/greendao/d;->a(Ljava/lang/String;Ljava/lang/Throwable;)I
:goto_f
return-void
.end method