Uses of Class
com.ibatis.common.exception.NestedRuntimeException

Packages that use NestedRuntimeException
com.ibatis.common.beans   
com.ibatis.db.sqlmap   
 

Uses of NestedRuntimeException in com.ibatis.common.beans
 

Subclasses of NestedRuntimeException in com.ibatis.common.beans
 class BeansException
          BeansException for use for by BeanProbe and StaticBeanProbe.
 

Uses of NestedRuntimeException in com.ibatis.db.sqlmap
 

Subclasses of NestedRuntimeException in com.ibatis.db.sqlmap
 class SqlMapException
          An unchecked exception generally thrown due to a misconfiguration or invalid syntax in an SQL Map.