org.mybatis.generator.exception
Class XMLParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mybatis.generator.exception.XMLParserException
All Implemented Interfaces:
Serializable

public class XMLParserException
extends Exception

Author:
Jeff Butler
See Also:
Serialized Form

Constructor Summary
XMLParserException(List<String> errors)
           
XMLParserException(String error)
           
 
Method Summary
 List<String> getErrors()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLParserException

public XMLParserException(List<String> errors)

XMLParserException

public XMLParserException(String error)
Method Detail

getErrors

public List<String> getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.