public class DataAdminError extends AppError
| Modifier and Type | Field and Description |
|---|---|
private integer |
httperrorNum |
private object<? extends LegacyError> |
innerError |
| Constructor and Description |
|---|
DataAdminError() |
| Modifier and Type | Method and Description |
|---|---|
void |
__dataadmin_error_DataAdminError_constructor__() |
void |
__dataadmin_error_DataAdminError_constructor__(character _v) |
void |
__dataadmin_error_DataAdminError_constructor__(character _v,
object<? extends LegacyError> _err) |
integer |
getHttperrorNum() |
object<? extends LegacyError> |
getInnerError() |
void |
readExternal(java.io.ObjectInput in)
The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
|
void |
setHttperrorNum(integer _var) |
void |
setInnerError(object<? extends LegacyError> _var) |
void |
writeExternal(java.io.ObjectOutput out)
The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
|
__lang_AppError_constructor__, __lang_AppError_constructor__, __lang_AppError_constructor__, addMessage, getReturnValue, isFromReturn, newInstance, newInstance, newInstance, removeMessage, setFromReturn, setReturnValue__lang_ProError_constructor__, __lang_ProError_constructor__, getCallStack, getMessage, getMessageNum, getNumMessages, getSeverity, populateCallStack, setSeverity, validIndex__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringprivate integer httperrorNum
private object<? extends LegacyError> innerError
public void __dataadmin_error_DataAdminError_constructor__()
public integer getHttperrorNum()
public void setHttperrorNum(integer _var)
public object<? extends LegacyError> getInnerError()
public void setInnerError(object<? extends LegacyError> _var)
public void __dataadmin_error_DataAdminError_constructor__(character _v)
public void __dataadmin_error_DataAdminError_constructor__(character _v, object<? extends LegacyError> _err)
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class AppErrorout - the stream to write the object tojava.io.IOException - Includes any I/O exceptions that may occurpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class AppErrorin - the stream to read data from in order to restore the objectjava.io.IOException - if I/O errors occurjava.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.