org.mybatis.generator.exception
Class InvalidConfigurationException

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

public class InvalidConfigurationException
extends Exception

Author:
Jeff Butler
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException(List<String> errors)
           
 
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

InvalidConfigurationException

public InvalidConfigurationException(List<String> errors)
Method Detail

getErrors

public List<String> getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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