org.cruxframework.crux.core.client.db.websql
Class SQLError

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.db.websql.SQLError

public class SQLError
extends com.google.gwt.core.client.JavaScriptObject

Author:
Thiago da Rosa de Bustamante

Field Summary
static short CONSTRAINT_ERR
           
static short DATABASE_ERR
           
static short QUOTA_ERR
           
static short SYNTAX_ERR
           
static short TIMEOUT_ERR
           
static short TOO_LARGE_ERR
           
static short UNKNOWN_ERR
           
static short VERSION_ERR
           
 
Constructor Summary
protected SQLError()
           
 
Method Summary
 short getCode()
           
 String getMessage()
           
 String getName()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_ERR

public static final short UNKNOWN_ERR
See Also:
Constant Field Values

DATABASE_ERR

public static final short DATABASE_ERR
See Also:
Constant Field Values

VERSION_ERR

public static final short VERSION_ERR
See Also:
Constant Field Values

TOO_LARGE_ERR

public static final short TOO_LARGE_ERR
See Also:
Constant Field Values

QUOTA_ERR

public static final short QUOTA_ERR
See Also:
Constant Field Values

SYNTAX_ERR

public static final short SYNTAX_ERR
See Also:
Constant Field Values

CONSTRAINT_ERR

public static final short CONSTRAINT_ERR
See Also:
Constant Field Values

TIMEOUT_ERR

public static final short TIMEOUT_ERR
See Also:
Constant Field Values
Constructor Detail

SQLError

protected SQLError()
Method Detail

getCode

public final short getCode()

getMessage

public final String getMessage()

getName

public final String getName()


Copyright © 2014. All rights reserved.