Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

TypeSearchError Members

TypeSearchError overview

Public Static Fields

iconiconTYPE_ADMIN_PREFS_NOT_SET Administrative preferences not set; results in a link to the administrative preferences page.
iconiconTYPE_OTHER_ERROR Error; the message passed into the SearchException constructor is displayed.
iconiconTYPE_USER_INFO_NOT_SET User Information not set; results in a link to the User Profile page.
iconiconTYPE_USER_PREFS_NOT_SET User preferences not set; results in a link to the user preferences page.

Public Static Methods

iconiconParse Creates a TypeSearchError from the int passed in. @param val A valid search error. @return The TypeSearchError.

Public Instance Methods

iconEquals (inherited from Object) 
iconGetCode Gets the code associated with this TypeSearchError. @return The code associated with this TypeSearchError as an int.
iconGetHashCode (inherited from Object) 
iconGetType (inherited from Object) 
iconToString (inherited from Object) 

See Also

TypeSearchError Class | Plumtree.Remote.Search Namespace