Class ExceptionsWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.ExceptionsWrapper
-
public class ExceptionsWrapper extends Object
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 ArrayOfEspExceptionWrapperlocal_exceptions
-
Constructor Summary
Constructors Constructor Description ExceptionsWrapper()Instantiates a new exceptions wrapper.ExceptionsWrapper(ArrayOfEspExceptionWrapper _exceptions)Instantiates a new exceptions wrapper.ExceptionsWrapper(ExceptionsWrapper exceptions)Instantiates a new exceptions wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEspExceptionWrappergetExceptions()Gets the exceptions.ExceptionsWrappergetRaw()Gets the raw.voidsetExceptions(ArrayOfEspExceptionWrapper _exceptions)Sets the exceptions.StringtoString()
-
-
-
Field Detail
-
local_exceptions
protected ArrayOfEspExceptionWrapper local_exceptions
-
-
Constructor Detail
-
ExceptionsWrapper
public ExceptionsWrapper()
Instantiates a new exceptions wrapper.
-
ExceptionsWrapper
public ExceptionsWrapper(ExceptionsWrapper exceptions)
Instantiates a new exceptions wrapper.- Parameters:
exceptions- the exceptions
-
ExceptionsWrapper
public ExceptionsWrapper(ArrayOfEspExceptionWrapper _exceptions)
Instantiates a new exceptions wrapper.- Parameters:
_exceptions- the exceptions
-
-
Method Detail
-
getRaw
public ExceptionsWrapper getRaw()
Gets the raw.- Returns:
- the raw
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
Sets the exceptions.- Parameters:
_exceptions- the new exceptions
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
Gets the exceptions.- Returns:
- the exceptions
-
-