public class ECLExceptionWrapper extends BaseExceptionWrapper
| Modifier and Type | Field and Description |
|---|---|
protected int |
activity |
protected int |
code |
protected int |
column |
protected String |
fileName |
protected int |
lineNo |
protected int |
priority |
protected String |
scope |
protected String |
severity |
message, source| Constructor and Description |
|---|
ECLExceptionWrapper()
Instantiates a new ECL exception wrapper.
|
ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException eclexception)
Instantiates a new ECL exception wrapper.
|
ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLException eclException)
Instantiates a new ECL exception wrapper.
|
ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLException eclException)
Instantiates a new ECL exception wrapper.
|
ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLException eclException)
Instantiates a new ECL exception wrapper.
|
ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLException eclException)
Instantiates a new ECL exception wrapper.
|
ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLException raw)
Instantiates a new ECL exception wrapper.
|
ECLExceptionWrapper(String _source,
String _severity,
int _code,
String _message,
String _fileName,
int _lineNo,
int _column,
int _activity,
String _scope,
int _priority)
Instantiates a new ECL exception wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getActivity()
Gets the activity.
|
int |
getCode()
Gets the code.
|
int |
getColumn()
Gets the column.
|
String |
getFileName()
Gets the file name.
|
int |
getLineNo()
Gets the line no.
|
int |
getPriority()
Gets the priority.
|
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException |
getRaw()
Gets the raw.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLException |
getRawVersion1_81()
Gets the raw version 1 81.
|
String |
getScope()
Gets the scope.
|
String |
getSeverity()
Gets the severity.
|
String |
getSource()
Gets the source.
|
void |
setActivity(int _activity)
Sets the activity.
|
void |
setCode(int _code)
Sets the code.
|
void |
setColumn(int _column)
Sets the column.
|
void |
setFileName(String _fileName)
Sets the file name.
|
void |
setLineNo(int _lineNo)
Sets the line no.
|
void |
setPriority(int _priority)
Sets the priority.
|
void |
setScope(String _scope)
Sets the scope.
|
void |
setSeverity(String _severity)
Sets the severity.
|
void |
setSource(String _source)
Sets the source.
|
String |
toString() |
getMessage, setMessageprotected String severity
protected int code
protected String fileName
protected int lineNo
protected int column
protected int activity
protected String scope
protected int priority
public ECLExceptionWrapper()
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException eclexception)
eclexception - the eclexceptionpublic ECLExceptionWrapper(String _source, String _severity, int _code, String _message, String _fileName, int _lineNo, int _column, int _activity, String _scope, int _priority)
_source - the source_severity - the severity_code - the code_message - the message_fileName - the file name_lineNo - the line no_column - the column_activity - the activity_scope - the scope_priority - the prioritypublic ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLException eclException)
eclException - the ecl exceptionpublic ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLException eclException)
eclException - the ecl exceptionpublic ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLException eclException)
eclException - the ecl exceptionpublic ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLException eclException)
eclException - the ecl exceptionpublic ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLException raw)
raw - the rawpublic org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLException getRaw()
public void setSource(String _source)
BaseExceptionWrappersetSource in class BaseExceptionWrapper_source - the new sourcepublic String getSource()
BaseExceptionWrappergetSource in class BaseExceptionWrapperpublic void setSeverity(String _severity)
_severity - the new severitypublic String getSeverity()
public void setCode(int _code)
_code - the new codepublic int getCode()
public void setFileName(String _fileName)
_fileName - the new file namepublic String getFileName()
public void setLineNo(int _lineNo)
_lineNo - the new line nopublic int getLineNo()
public void setColumn(int _column)
_column - the new columnpublic int getColumn()
public void setActivity(int _activity)
_activity - the new activitypublic int getActivity()
public void setScope(String _scope)
_scope - the new scopepublic String getScope()
public void setPriority(int _priority)
_priority - the new prioritypublic int getPriority()
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLException getRawVersion1_81()
Copyright © 2021. All rights reserved.