public class ECLExceptionWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_activity |
protected int |
local_code |
protected int |
local_column |
protected String |
local_fileName |
protected int |
local_lineNo |
protected String |
local_message |
protected int |
local_priority |
protected String |
local_scope |
protected String |
local_severity |
protected String |
local_source |
| Constructor and Description |
|---|
ECLExceptionWrapper() |
ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException eclexception) |
ECLExceptionWrapper(String _source,
String _severity,
int _code,
String _message,
String _fileName,
int _lineNo,
int _column,
int _activity,
String _scope,
int _priority) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActivity() |
int |
getCode() |
int |
getColumn() |
String |
getFileName() |
int |
getLineNo() |
String |
getMessage() |
int |
getPriority() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException |
getRaw() |
String |
getScope() |
String |
getSeverity() |
String |
getSource() |
void |
setActivity(int _activity) |
void |
setCode(int _code) |
void |
setColumn(int _column) |
void |
setFileName(String _fileName) |
void |
setLineNo(int _lineNo) |
void |
setMessage(String _message) |
void |
setPriority(int _priority) |
void |
setScope(String _scope) |
void |
setSeverity(String _severity) |
void |
setSource(String _source) |
String |
toString() |
protected String local_source
protected String local_severity
protected int local_code
protected String local_message
protected String local_fileName
protected int local_lineNo
protected int local_column
protected int local_activity
protected String local_scope
protected int local_priority
public ECLExceptionWrapper()
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException eclexception)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException getRaw()
public void setSource(String _source)
public String getSource()
public void setSeverity(String _severity)
public String getSeverity()
public void setCode(int _code)
public int getCode()
public void setMessage(String _message)
public String getMessage()
public void setFileName(String _fileName)
public String getFileName()
public void setLineNo(int _lineNo)
public int getLineNo()
public void setColumn(int _column)
public int getColumn()
public void setActivity(int _activity)
public int getActivity()
public void setScope(String _scope)
public String getScope()
public void setPriority(int _priority)
public int getPriority()
Copyright © 2021. All rights reserved.