Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.globalSearch.ui
Class SearchError

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.SearchError
All Implemented Interfaces:
java.io.Serializable

public class SearchError
extends java.lang.Object
implements java.io.Serializable

Global Search specific Search error from the fnd_messages table.

Author:
David Groves <david.groves@oracle.com>
See Also:
Serialized Form

Constructor Summary
SearchError(java.lang.String fndMessageName)
          Load a message from the message store.
 
Method Summary
 java.lang.String getAction()
          Get the error action to show to the user.
 java.lang.String getCause()
          Get the error cause to show to the user.
 java.lang.String getMessage()
          Get the error message to show to the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchError

public SearchError(java.lang.String fndMessageName)
Load a message from the message store.

Parameters:
fndMessageName - name of the message, will be loaded as a FND message.
Method Detail

getMessage

public java.lang.String getMessage()
Get the error message to show to the user.

Returns:
error message.

getCause

public java.lang.String getCause()
Get the error cause to show to the user.

Returns:
error cause.

getAction

public java.lang.String getAction()
Get the error action to show to the user.

Returns:
error action.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.