org.apache.ibatis.ibator.exception
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ibatis.ibator.exception.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends java.lang.Exception

Author:
Jeff Butler
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException(java.util.List<java.lang.String> errors)
           
 
Method Summary
 java.util.List<java.lang.String> getErrors()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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(java.util.List<java.lang.String> errors)
Method Detail

getErrors

public java.util.List<java.lang.String> getErrors()