Uses of Class
org.hpccsystems.commons.errors.HpccError
-
Packages that use HpccError Package Description org.hpccsystems.commons.errors Provides support for common HPCC Systems error handling and interpretation. -
-
Uses of HpccError in org.hpccsystems.commons.errors
Methods in org.hpccsystems.commons.errors that return types with arguments of type HpccError Modifier and Type Method Description Set<HpccError>HpccErrorBlock. asSet()As set.List<HpccError>HpccErrorBlock. getErrors()Gets the errors.List<HpccError>HpccErrorBlock. getErrors(IErrorCode st)Gets the errors.List<HpccError>HpccErrorBlock. getInfos()Gets the infos.List<HpccError>HpccErrorBlock. getItems(HpccErrorLevel errLevel, IErrorCode code)Gets the items.List<HpccError>HpccErrorBlock. getWarnings()Gets the warnings.Methods in org.hpccsystems.commons.errors with parameters of type HpccError Modifier and Type Method Description voidHpccErrorBlock. add(HpccError err)Adds the.
-