|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibatis.sqlmap.client.SqlMapException
public class SqlMapException
Thrown to indicate a problem with SQL Map configuration or state. Generally if an SqlMapException is thrown, something is critically wronge and cannot be corrected until a change to the configuration or the environment is made.
Note: Generally this wouldn't be used to indicate that an SQL execution error occurred (that's what SQLException is for).
构造器摘要 | |
---|---|
SqlMapException()
Simple constructor |
|
SqlMapException(java.lang.String msg)
Constructor to create exception with a message |
|
SqlMapException(java.lang.String msg,
java.lang.Throwable cause)
Constructor to create exception to wrap another exception and pass a message |
|
SqlMapException(java.lang.Throwable cause)
Constructor to create exception to wrap another exception |
方法摘要 |
---|
类方法继承: java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
类方法继承: java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造器详细信息 |
---|
public SqlMapException()
public SqlMapException(java.lang.String msg)
msg
- A message to associate with the exceptionpublic SqlMapException(java.lang.Throwable cause)
cause
- The real cause of the exceptionpublic SqlMapException(java.lang.String msg, java.lang.Throwable cause)
msg
- The messagecause
- The real cause of the exception
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |