public class IgnoredColumnException extends IgnoredColumn
columnName, configuredDelimitedColumnName
Constructor and Description |
---|
IgnoredColumnException(String columnName) |
Modifier and Type | Method and Description |
---|---|
XmlElement |
toXmlElement()
To xml element.
|
void |
validate(List<String> errors,
String tableName)
Validate.
|
equals, getColumnName, hashCode, isColumnNameDelimited, matches, setColumnNameDelimited
public IgnoredColumnException(String columnName)
public XmlElement toXmlElement()
IgnoredColumn
toXmlElement
in class IgnoredColumn
public void validate(List<String> errors, String tableName)
IgnoredColumn
validate
in class IgnoredColumn
errors
- the errorstableName
- the table nameCopyright © 2006–2018 MyBatis.org. All rights reserved.