public class XMLParserException extends Exception
| Constructor and Description |
|---|
XMLParserException(List<String> errors)
Instantiates a new XML parser exception.
|
XMLParserException(String error)
Instantiates a new XML parser exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrors()
Gets the errors.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMLParserException(List<String> errors)
errors - the errorspublic XMLParserException(String error)
error - the errorpublic String getMessage()
getMessage in class ThrowableCopyright © 2006–2016 MyBatis.org. All rights reserved.