public class ErrorInfo
extends java.lang.Object
| Constructor and Description | 
|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
public ErrorInfo(int number,
                 java.lang.String msg)
number - The error or warning numbermsg - The message associated with the error or warningpublic 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 warningpublic 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 )public int getNumber()
public java.lang.String getMessage()
public java.lang.String getHelpContext()