public class XMLParserException extends Exception
| 构造器和说明 |
|---|
XMLParserException(List<String> errors)
Instantiates a new XML parser exception.
|
XMLParserException(String error)
Instantiates a new XML parser exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getErrors()
Gets the errors.
|
String |
getMessage() |
public XMLParserException(List<String> errors)
errors - the errorspublic XMLParserException(String error)
error - the errorpublic String getMessage()
getMessage 在类中 ThrowableCopyright © 2006–2016 MyBatis.org. All rights reserved.