public interface LegacyError extends _BaseObject_
| Modifier and Type | Method and Description |
|---|---|
character |
getCallStack()
Get the call stack.
|
character |
getMessage(integer idx)
Definition of the GetMessage legacy method.
|
integer |
getMessageNum(integer idx)
Definition of the GetMessageNum legacy method.
|
integer |
getNumMessages()
Get the number of messages.
|
integer |
getSeverity()
Get the error's severity.
|
void |
setSeverity(integer s)
Set the error's severity.
|
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringinteger getNumMessages()
character getCallStack()
integer getSeverity()
void setSeverity(integer s)
s - The severity.character getMessage(integer idx)
idx - The message index.