public class InvalidConfigurationException extends Exception
Constructor and Description |
---|
InvalidConfigurationException(List<String> errors)
Instantiates a new invalid configuration 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, toString
public String getMessage()
getMessage
in class Throwable
Copyright © 2006–2018 MyBatis.org. All rights reserved.