| 异常错误 | 说明 |
|---|---|
| DatabaseGenerateException |
When LitePal generate or update tables, it may throw DatabaseGenerateException.
|
| DataSupportException |
When LitePal deals with CRUD actions of LitePalSupport, it may throw
DataSupportException for older versions API.
|
| GlobalException |
This is where all the global exceptions declared of LitePal.
|
| InvalidAttributesException |
Reading the attributes in the litepal.xml file.
|
| LitePalSupportException |
When LitePal deals with CRUD actions of LitePalSupport, it may throw
LitePalSupportException.
|
| ParseConfigurationFileException |
Using SAX way parsing XML by default.
|