Class ECLExceptionWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.BaseExceptionWrapper
-
- org.hpccsystems.ws.client.wrappers.ECLExceptionWrapper
-
public class ECLExceptionWrapper extends BaseExceptionWrapper
HPCC SYSTEMS software Copyright (C) 2019 HPCC Systems. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-
-
Field Summary
Fields Modifier and Type Field Description protected intactivityprotected intcodeprotected intcolumnprotected StringfileNameprotected intlineNoprotected intpriorityprotected Stringscopeprotected Stringseverity-
Fields inherited from class org.hpccsystems.ws.client.wrappers.BaseExceptionWrapper
message, source
-
-
Constructor Summary
Constructors Constructor Description ECLExceptionWrapper()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.ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.latest.ECLException eclexception)Instantiates a new ECL exception wrapper.ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.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(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActivity()Gets the activity.intgetCode()Gets the code.intgetColumn()Gets the column.StringgetFileName()Gets the file name.intgetLineNo()Gets the line no.intgetPriority()Gets the priority.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLExceptiongetRaw()Gets the raw version.org.hpccsystems.ws.client.gen.axis2.wssql.latest.ECLExceptiongetRawWsSQL()Gets the raw.StringgetScope()Gets the scope.StringgetSeverity()Gets the severity.StringgetSource()Gets the source.voidsetActivity(int _activity)Sets the activity.voidsetCode(int _code)Sets the code.voidsetColumn(int _column)Sets the column.voidsetFileName(String _fileName)Sets the file name.voidsetLineNo(int _lineNo)Sets the line no.voidsetPriority(int _priority)Sets the priority.voidsetScope(String _scope)Sets the scope.voidsetSeverity(String _severity)Sets the severity.voidsetSource(String _source)Sets the source.StringtoString()-
Methods inherited from class org.hpccsystems.ws.client.wrappers.BaseExceptionWrapper
getMessage, setMessage
-
-
-
-
Constructor Detail
-
ECLExceptionWrapper
public ECLExceptionWrapper()
Instantiates a new ECL exception wrapper.
-
ECLExceptionWrapper
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.latest.ECLException eclexception)
Instantiates a new ECL exception wrapper.- Parameters:
eclexception- the eclexception
-
ECLExceptionWrapper
public 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.- Parameters:
_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 priority
-
ECLExceptionWrapper
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLException eclException)
Instantiates a new ECL exception wrapper.- Parameters:
eclException- the ecl exception
-
ECLExceptionWrapper
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLException eclException)
Instantiates a new ECL exception wrapper.- Parameters:
eclException- the ecl exception
-
ECLExceptionWrapper
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLException eclException)
Instantiates a new ECL exception wrapper.- Parameters:
eclException- the ecl exception
-
ECLExceptionWrapper
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLException eclException)
Instantiates a new ECL exception wrapper.- Parameters:
eclException- the ecl exception
-
ECLExceptionWrapper
public ECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLException raw)
Instantiates a new ECL exception wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getRawWsSQL
public org.hpccsystems.ws.client.gen.axis2.wssql.latest.ECLException getRawWsSQL()
Gets the raw.- Returns:
- the raw
-
setSource
public void setSource(String _source)
Description copied from class:BaseExceptionWrapperSets the source.- Overrides:
setSourcein classBaseExceptionWrapper- Parameters:
_source- the new source
-
getSource
public String getSource()
Description copied from class:BaseExceptionWrapperGets the source.- Overrides:
getSourcein classBaseExceptionWrapper- Returns:
- the source
-
setSeverity
public void setSeverity(String _severity)
Sets the severity.- Parameters:
_severity- the new severity
-
getSeverity
public String getSeverity()
Gets the severity.- Returns:
- the severity
-
setCode
public void setCode(int _code)
Sets the code.- Parameters:
_code- the new code
-
getCode
public int getCode()
Gets the code.- Returns:
- the code
-
setFileName
public void setFileName(String _fileName)
Sets the file name.- Parameters:
_fileName- the new file name
-
getFileName
public String getFileName()
Gets the file name.- Returns:
- the file name
-
setLineNo
public void setLineNo(int _lineNo)
Sets the line no.- Parameters:
_lineNo- the new line no
-
getLineNo
public int getLineNo()
Gets the line no.- Returns:
- the line no
-
setColumn
public void setColumn(int _column)
Sets the column.- Parameters:
_column- the new column
-
getColumn
public int getColumn()
Gets the column.- Returns:
- the column
-
setActivity
public void setActivity(int _activity)
Sets the activity.- Parameters:
_activity- the new activity
-
getActivity
public int getActivity()
Gets the activity.- Returns:
- the activity
-
setScope
public void setScope(String _scope)
Sets the scope.- Parameters:
_scope- the new scope
-
getScope
public String getScope()
Gets the scope.- Returns:
- the scope
-
setPriority
public void setPriority(int _priority)
Sets the priority.- Parameters:
_priority- the new priority
-
getPriority
public int getPriority()
Gets the priority.- Returns:
- the priority
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLException getRaw()
Gets the raw version.- Returns:
- the raw version
-
-