Uses of Interface
org.hpccsystems.commons.errors.IErrorCode
-
Packages that use IErrorCode Package Description org.hpccsystems.commons.errors Provides support for common HPCC Systems error handling and interpretation. -
-
Uses of IErrorCode in org.hpccsystems.commons.errors
Classes in org.hpccsystems.commons.errors that implement IErrorCode Modifier and Type Class Description class
HpccErrorCode
Methods in org.hpccsystems.commons.errors that return IErrorCode Modifier and Type Method Description IErrorCode
HpccError. getErrorCode()
Gets the error code.Methods in org.hpccsystems.commons.errors with parameters of type IErrorCode Modifier and Type Method Description List<HpccError>
HpccErrorBlock. getErrors(IErrorCode st)
Gets the errors.List<HpccError>
HpccErrorBlock. getItems(HpccErrorLevel errLevel, IErrorCode code)
Gets the items.Constructors in org.hpccsystems.commons.errors with parameters of type IErrorCode Constructor Description HpccError(HpccErrorLevel errlevel, IErrorType errType, IErrorCode constraintViolated, String errorString)
Instantiates a new hpcc error.HpccError(HpccErrorLevel errlevel, IErrorType errType, IErrorCode constraintViolated, String errorString, Exception ex)
Instantiates a new hpcc error.HpccError(HpccErrorLevel errlevel, IErrorType errType, IErrorCode errCode, String errorString, String additional, Integer lineNum, Integer colNum, String filename)
Instantiates a new hpcc error.
-