|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.search.TypeSearchError
Type-safe enumeration of error types.
| Field Summary | |
static TypeSearchError |
TYPE_ADMIN_PREFS_NOT_SET
Administrative preferences not set; results in a link to the administrative preferences page. |
static TypeSearchError |
TYPE_OTHER_ERROR
Error; the message passed into the SearchException constructor is displayed. |
static TypeSearchError |
TYPE_USER_INFO_NOT_SET
User Information not set; results in a link to the Profile page. |
static TypeSearchError |
TYPE_USER_PREFS_NOT_SET
User preferences not set; results in a link to the user preferences page. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
getCode()
Gets the code associated with this TypeSearchError. |
int |
hashCode()
|
static TypeSearchError |
parse(int val)
Create a TypeSearchError from the int passed in. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final TypeSearchError TYPE_ADMIN_PREFS_NOT_SET
public static final TypeSearchError TYPE_USER_PREFS_NOT_SET
public static final TypeSearchError TYPE_USER_INFO_NOT_SET
public static final TypeSearchError TYPE_OTHER_ERROR
SearchException constructor is displayed.
| Method Detail |
public int getCode()
TypeSearchError.
public boolean equals(java.lang.Object obj)
public int hashCode()
public static TypeSearchError parse(int val)
TypeSearchError from the int passed in.
TypeSearchError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.