public class BaseTagInfo
extends com.labvantage.sapphire.BaseClass
| Constructor and Description |
|---|
BaseTagInfo()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCodes()
Retreives the list of error codes.
|
java.lang.String |
getErrorStack(java.lang.String endlinestring)
Returns the content of the error stack in a string.
|
java.lang.String |
getLastError()
Gets the last error message contained in the error stack.
|
void |
setErrorStack(java.lang.String errorcodes,
java.util.ArrayList errorstack)
Appends the error codes and error stack to the existing ones.
|
public void setErrorStack(java.lang.String errorcodes,
java.util.ArrayList errorstack)
errorcodes - A semi-colon separated list of error codes.errorstack - An ArrayList of errors.public java.lang.String getErrorStack(java.lang.String endlinestring)
endlinestring - The string to be used to separate each line of the stack.public java.lang.String getErrorCodes()
public java.lang.String getLastError()