| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ojc.interfaces.ErrorInfo
public class ErrorInfo
The ErrorInfo class encapsulates error and warning related information such as number, message, and helpUrl.
| Constructor Summary | |
|---|---|
ErrorInfo(int number,
          java.lang.String msg)
Constructs an object from number and message  | 
|
ErrorInfo(int number,
          java.lang.String msg,
          java.lang.String url)
Constructs an object from number, message and help Url  | 
|
ErrorInfo(int number,
          java.lang.String msg,
          java.lang.String url,
          boolean localize)
Constructs an object from number, message, help Url, and localize hint  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getHelpContext()
Returns the help context associated with the error or warning  | 
 java.lang.String | 
getMessage()
Returns the message associated with the error or warning  | 
 int | 
getNumber()
Returns the number associated with the error or warning  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ErrorInfo(int number,
                 java.lang.String msg)
number - The error or warning numbermsg - The message associated with the error or warning
public ErrorInfo(int number,
                 java.lang.String msg,
                 java.lang.String url)
number - The error or warning numbermsg - The message associated with the error or warningurl - The help Url associated with the error or warning
public ErrorInfo(int number,
                 java.lang.String msg,
                 java.lang.String url,
                 boolean localize)
number - The error or warning numbermsg - The message associated with the error or warningurl - The help Url associated with the error or warninglocalize - Indicates if localization should occur ( this
  is presently ignored )| Method Detail | 
|---|
public int getNumber()
public java.lang.String getMessage()
public java.lang.String getHelpContext()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||