com.ibatis.db.sqlmap
Class SqlMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibatis.common.exception.NestedRuntimeException
com.ibatis.db.sqlmap.SqlMapException
- All Implemented Interfaces:
- java.io.Serializable
public class SqlMapException
- extends NestedRuntimeException
An unchecked exception generally thrown due to a misconfiguration
or invalid syntax in an SQL Map. These exceptions would generally
be:
- due to programmer error,
- unrecoverable (fatal),
- thrown close to system initialization.
- Author:
- clinton_begin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SqlMapException
public SqlMapException()
- Default constructor
SqlMapException
public SqlMapException(java.lang.String s)
- Constructor that allows setting a message
- Parameters:
s
- The message for the exception
SqlMapException
public SqlMapException(java.lang.Throwable cause)
SqlMapException
public SqlMapException(java.lang.String msg,
java.lang.Throwable cause)