Uses of Class
org.hpccsystems.ws.client.wrappers.BaseExceptionWrapper
-
Packages that use BaseExceptionWrapper Package Description org.hpccsystems.ws.client.wrappers Layer of abstraction between caller and HPCC Systems Web Service interface. -
-
Uses of BaseExceptionWrapper in org.hpccsystems.ws.client.wrappers
Subclasses of BaseExceptionWrapper in org.hpccsystems.ws.client.wrappers Modifier and Type Class Description classECLExceptionWrapperHPCC SYSTEMS software Copyright (C) 2019 HPCC Systems.classEspExceptionWrapperHPCC SYSTEMS software Copyright (C) 2019 HPCC Systems.Fields in org.hpccsystems.ws.client.wrappers with type parameters of type BaseExceptionWrapper Modifier and Type Field Description protected List<BaseExceptionWrapper>ArrayOfBaseExceptionWrapper. exceptionsMethods in org.hpccsystems.ws.client.wrappers that return types with arguments of type BaseExceptionWrapper Modifier and Type Method Description List<BaseExceptionWrapper>ArrayOfBaseExceptionWrapper. getExceptions()Gets the exceptions.Method parameters in org.hpccsystems.ws.client.wrappers with type arguments of type BaseExceptionWrapper Modifier and Type Method Description voidArrayOfBaseExceptionWrapper. setExceptions(List<BaseExceptionWrapper> _exception)Sets the exceptions.Constructor parameters in org.hpccsystems.ws.client.wrappers with type arguments of type BaseExceptionWrapper Constructor Description ArrayOfECLExceptionWrapper(List<BaseExceptionWrapper> _eCLException)Instantiates a new array of ECL exception wrapper.ArrayOfEspExceptionWrapper(String _source, List<BaseExceptionWrapper> _exception)Instantiates a new array of esp exception wrapper.
-