public class QueryException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
FIELD_WRONG |
static int |
FILTER_LVAL_NULL |
static int |
FILTER_LVAL_WRONG |
static int |
FILTER_MULTIPLE_RVAL |
static int |
FILTER_RVAL_NOT_NULL |
static int |
FILTER_RVAL_NULL |
static int |
FILTER_RVAL_WRONG |
static int |
KEYWORD_NULL |
static int |
KEYWORD_WRONG |
static int |
OPTION_FILTER_LVAL_NULL |
static int |
OPTION_FILTER_LVAL_WRONG |
static int |
OPTION_FILTER_MULTIPLE_RVAL |
static int |
OPTION_FILTER_RVAL_NOT_NULL |
static int |
OPTION_FILTER_RVAL_NULL |
static int |
OPTION_FILTER_RVAL_WRONG |
static int |
OPTION_KEYWORD_NULL |
static int |
OPTION_KEYWORD_WRONG |
static int |
OPTION_NUMBER_WRONG |
static int |
OPTION_TARGET_NULL |
static int |
OPTION_TARGET_WRONG |
static int |
OPTION_WRONG |
static int |
PARAMETER_WRONG |
static int |
TARGET_NULL |
static int |
TARGET_WRONG |
Constructor and Description |
---|
QueryException(int code)
Insert the method's description here.
|
QueryException(java.lang.String s)
QueryException constructor comment.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Insert the method's description here.
|
java.lang.String |
getMessage()
Returns message according to internal code
Creation date: (27/10/02 12:13:29)
|
void |
setCode(int newCode)
Insert the method's description here.
|
public static final int KEYWORD_NULL
public static final int KEYWORD_WRONG
public static final int FIELD_WRONG
public static final int PARAMETER_WRONG
public static final int TARGET_NULL
public static final int TARGET_WRONG
public static final int FILTER_LVAL_NULL
public static final int FILTER_LVAL_WRONG
public static final int FILTER_MULTIPLE_RVAL
public static final int FILTER_RVAL_NULL
public static final int FILTER_RVAL_NOT_NULL
public static final int FILTER_RVAL_WRONG
public static final int OPTION_WRONG
public static final int OPTION_KEYWORD_NULL
public static final int OPTION_KEYWORD_WRONG
public static final int OPTION_TARGET_NULL
public static final int OPTION_TARGET_WRONG
public static final int OPTION_FILTER_LVAL_NULL
public static final int OPTION_FILTER_LVAL_WRONG
public static final int OPTION_FILTER_MULTIPLE_RVAL
public static final int OPTION_FILTER_RVAL_NULL
public static final int OPTION_FILTER_RVAL_NOT_NULL
public static final int OPTION_FILTER_RVAL_WRONG
public static final int OPTION_NUMBER_WRONG
public QueryException(int code)
code
- intpublic QueryException(java.lang.String s)
s
- java.lang.Stringpublic int getCode()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
code
- intpublic void setCode(int newCode)
newCode
- int