Package com.mckoi.database
Class StatementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mckoi.database.StatementException
-
- All Implemented Interfaces:
java.io.Serializable
public class StatementException extends java.lang.RuntimeException
An error that is thrown when there is erronious information in a statement.- Author:
- Tobias Downer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatementException(java.lang.String msg)
-