Method Summary |
|
public static SQLException | connectionClosedException() |
public static SQLException | invalidArgument() |
public static SQLException | invalidArgument(String name) |
final static SQLException | notSupported() |
public static SQLException | nullArgument() |
static SQLException | nullArgument(String name) |
public static SQLException | outOfRangeArgument() |
public static SQLException | outOfRangeArgument(String name) |
final public static SQLException | sqlException(HsqlException e) |
final static SQLException | sqlException(int id) |
final static SQLException | sqlException(int id, String message) |
final static SQLException | sqlException(int id, int subId, Object[] add) |
final public static SQLWarning | sqlWarning(HsqlException e) |
final static void | throwError(HsqlException e) |
final static void | throwError(Result r) |