|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.businessobjects.rebean.wi.REException
com.businessobjects.rebean.wi.InvalidParameterException
IllegalArgumentException,
IndexOutOfBoundsException or
NullPointerException will be thrown.
public final class InvalidParameterException
The InvalidParameterException provides a high-level check of parameters entered
by user any fields like IDs, Index, path may be checked and an Exception
thrown.
| Field Summary | |
|---|---|
static int |
FORMAT
Deprecated. The format entered is incorrect. |
static int |
ID
Deprecated. The ID entered is incorrect. |
static int |
INDEX
Deprecated. The index entered is incorrect. |
static int |
INTERFACE
Deprecated. The interface entered is incorrect. |
static int |
NAME
Deprecated. The name entered is incorrect. |
static int |
PATH
Deprecated. The path entered is incorrect. |
static int |
TOKEN
Deprecated. The token entered is incorrect. |
| Constructor Summary | |
|---|---|
InvalidParameterException(java.lang.String message)
Deprecated. |
|
InvalidParameterException(java.lang.String message,
java.lang.String locMessage,
int code,
boolean isNull)
Deprecated. InvalidParameterException constructor. |
|
InvalidParameterException(java.lang.String message,
java.lang.String locMessage,
int code,
boolean isNull,
java.lang.Throwable cause)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
isParameterNull()
Deprecated. Returns true if the parameter isNull
entered for
InvalidParameterException.InvalidParameterException(String, String, int, boolean) is
null. |
| Methods inherited from class com.businessobjects.rebean.wi.REException |
|---|
getCode, getErrorCode, getLocalizedMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ID
public static final int NAME
public static final int INDEX
public static final int PATH
public static final int TOKEN
public static final int FORMAT
public static final int INTERFACE
| Constructor Detail |
|---|
public InvalidParameterException(java.lang.String message)
public InvalidParameterException(java.lang.String message,
java.lang.String locMessage,
int code,
boolean isNull)
InvalidParameterException constructor.
message - The message to be passed when the exception is thrown.locMessage - A localized version of message.code - A unique identifier for this exception.isNull - Set to true if this parameter is
null.
public InvalidParameterException(java.lang.String message,
java.lang.String locMessage,
int code,
boolean isNull,
java.lang.Throwable cause)
| Method Detail |
|---|
public boolean isParameterNull()
true if the parameter isNull
entered for
InvalidParameterException.InvalidParameterException(String, String, int, boolean) is
null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||