public class DBParseException extends Exception
DB解析异常类
| 构造器和说明 |
|---|
DBParseException() |
DBParseException(String message) |
DBParseException(String message,
Throwable cause) |
DBParseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DBParseException(Throwable cause) |
Copyright © 2018. All rights reserved.