public class ExceptionsWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEspExceptionWrapper |
local_exceptions |
| Constructor and Description |
|---|
ExceptionsWrapper()
Instantiates a new exceptions wrapper.
|
ExceptionsWrapper(ArrayOfEspExceptionWrapper _exceptions)
Instantiates a new exceptions wrapper.
|
ExceptionsWrapper(ExceptionsWrapper exceptions)
Instantiates a new exceptions wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
getExceptions()
Gets the exceptions.
|
ExceptionsWrapper |
getRaw()
Gets the raw.
|
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions)
Sets the exceptions.
|
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
public ExceptionsWrapper()
public ExceptionsWrapper(ExceptionsWrapper exceptions)
exceptions - the exceptionspublic ExceptionsWrapper(ArrayOfEspExceptionWrapper _exceptions)
_exceptions - the exceptionspublic ExceptionsWrapper getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
_exceptions - the new exceptionspublic ArrayOfEspExceptionWrapper getExceptions()
Copyright © 2021. All rights reserved.