MyBatis Generator Core
Package Index
|
Class Index
org.mybatis.generator.ant
org.mybatis.generator.api
org.mybatis.generator.api.dom
org.mybatis.generator.api.dom.java
org.mybatis.generator.api.dom.xml
org.mybatis.generator.codegen
org.mybatis.generator.codegen.ibatis2
org.mybatis.generator.codegen.ibatis2.dao
org.mybatis.generator.codegen.ibatis2.dao.elements
org.mybatis.generator.codegen.ibatis2.dao.templates
org.mybatis.generator.codegen.ibatis2.model
org.mybatis.generator.codegen.ibatis2.sqlmap
org.mybatis.generator.codegen.ibatis2.sqlmap.elements
org.mybatis.generator.codegen.mybatis3
org.mybatis.generator.codegen.mybatis3.javamapper
org.mybatis.generator.codegen.mybatis3.javamapper.elements
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
org.mybatis.generator.codegen.mybatis3.model
org.mybatis.generator.codegen.mybatis3.xmlmapper
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
org.mybatis.generator.config
org.mybatis.generator.config.xml
org.mybatis.generator.exception
org.mybatis.generator.internal
org.mybatis.generator.internal.db
org.mybatis.generator.internal.rules
org.mybatis.generator.internal.types
org.mybatis.generator.internal.util
org.mybatis.generator.internal.util.messages
org.mybatis.generator.logging
org.mybatis.generator.plugins
Exceptions
InvalidConfigurationException
ShellException
XMLParserException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
XMLParserException
extends Exception
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
org.mybatis.generator.exception.XMLParserException
Summary
Public Constructors
XMLParserException
(String error)
XMLParserException
(List<String> errors)
Public Methods
List<String>
getErrors
()
[Expand]
Inherited Methods
From class java.lang.Throwable
synchronized Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized Throwable
initCause
(Throwable arg0)
void
printStackTrace
()
void
printStackTrace
(PrintStream arg0)
void
printStackTrace
(PrintWriter arg0)
void
setStackTrace
(StackTraceElement[] arg0)
String
toString
()
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
XMLParserException
(String error)
public
XMLParserException
(List<String> errors)
Public Methods
public List<String>
getErrors
()