Package 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
- Author:
- Frank D. Martinez [mnesarco]
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptingException()
ScriptingException(String message)
ScriptingException(String message, Throwable cause)
ScriptingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-