SQLite
Class Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
SQLite.Exception
- All Implemented Interfaces:
- Serializable
- public class Exception
- extends Exception
Class for SQLite related exceptions.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
Exception(String string)
Construct a new SQLite exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Exception
public Exception(String string)
- Construct a new SQLite exception.
- Parameters:
string
- error message
Contact: Christian Werner