Class 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 Detail

      • severity

        protected String severity
      • code

        protected int code
      • fileName

        protected String fileName
      • lineNo

        protected int lineNo
      • column

        protected int column
      • activity

        protected int activity
      • scope

        protected String scope
      • priority

        protected int priority
    • 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
      • 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