SQLite

Class Exception

public class Exception extends Exception

Class for SQLite related exceptions.
Constructor Summary
Exception(String string)
Construct a new SQLite exception.

Constructor Detail

Exception

public Exception(String string)
Construct a new SQLite exception.

Parameters: string error message

Contact: Christian Werner