Class ArrayOfECLExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hpccsystems.ws.client.wrappers.ArrayOfBaseExceptionWrapper
-
- org.hpccsystems.ws.client.wrappers.ArrayOfECLExceptionWrapper
-
- All Implemented Interfaces:
Serializable
public class ArrayOfECLExceptionWrapper extends ArrayOfBaseExceptionWrapper
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hpccsystems.ws.client.wrappers.ArrayOfBaseExceptionWrapper
exceptions, source, wsClientMessage
-
-
Constructor Summary
Constructors Constructor Description ArrayOfECLExceptionWrapper()
Instantiates a new array of ECL exception wrapper.ArrayOfECLExceptionWrapper(List<BaseExceptionWrapper> _eCLException)
Instantiates a new array of ECL exception wrapper.ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.latest.ArrayOfECLException arrayofeclexception)
Instantiates a new array of ECL exception wrapper.ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ECLExceptionWrapper>
getECLException()
Gets the ECL exception.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfECLException
getRaw()
Gets the raw.ArrayOfECLExceptionWrapper
setWsClientMessage(String localMessage)
Sets the ws client message.String
toString()
-
Methods inherited from class org.hpccsystems.ws.client.wrappers.ArrayOfBaseExceptionWrapper
getExceptions, getLocalizedMessage, getMessage, getSource, getWsClientMessage, setExceptions, setSource
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper()
Instantiates a new array of ECL exception wrapper.
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.latest.ArrayOfECLException arrayofeclexception)
Instantiates a new array of ECL exception wrapper.- Parameters:
arrayofeclexception
- the arrayofeclexception
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(List<BaseExceptionWrapper> _eCLException)
Instantiates a new array of ECL exception wrapper.- Parameters:
_eCLException
- the e CL exception
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.- Parameters:
eclExceptions
- the ecl exceptions
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.- Parameters:
eclExceptions
- the ecl exceptions
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.- Parameters:
eclExceptions
- the ecl exceptions
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.- Parameters:
eclExceptions
- the ecl exceptions
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLException[] eclExceptions)
Instantiates a new array of ECL exception wrapper.- Parameters:
eclExceptions
- the ecl exceptions
-
-
Method Detail
-
getECLException
public List<ECLExceptionWrapper> getECLException()
Gets the ECL exception.- Returns:
- the ECL exception
-
setWsClientMessage
public ArrayOfECLExceptionWrapper setWsClientMessage(String localMessage)
Sets the ws client message.- Parameters:
localMessage
- the localMessage to set- Returns:
- the array of ECL exception wrapper
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfECLException getRaw()
Gets the raw.- Returns:
- the raw
-
-