org.apache.ibatis.scripting
Class ScriptingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ibatis.exceptions.IbatisException
org.apache.ibatis.exceptions.PersistenceException
org.apache.ibatis.scripting.ScriptingException
- All Implemented Interfaces:
- Serializable
public class ScriptingException
- extends PersistenceException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptingException
public ScriptingException()
ScriptingException
public ScriptingException(String message)
ScriptingException
public ScriptingException(String message,
Throwable cause)
ScriptingException
public ScriptingException(Throwable cause)
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.