public class DataSupportException
extends java.lang.RuntimeException
LitePalSupportException| 构造器和说明 |
|---|
DataSupportException(java.lang.String errorMessage)
Constructor of LitePalSupportException.
|
DataSupportException(java.lang.String errorMessage,
java.lang.Throwable throwable)
Constructor of LitePalSupportException.
|
public DataSupportException(java.lang.String errorMessage)
errorMessage - the description of this exception.public DataSupportException(java.lang.String errorMessage,
java.lang.Throwable throwable)
errorMessage - the description of this exception.throwable - the cause of this exception.