org.mybatis.generator.exception
Class XMLParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mybatis.generator.exception.XMLParserException
- All Implemented Interfaces:
- Serializable
public class XMLParserException
- extends Exception
- Author:
- Jeff Butler
- See Also:
- Serialized Form
XMLParserException
public XMLParserException(List<String> errors)
XMLParserException
public XMLParserException(String error)
getErrors
public List<String> getErrors()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.