Uses of Class
org.hpccsystems.commons.errors.HpccErrorLevel
-
Packages that use HpccErrorLevel Package Description org.hpccsystems.commons.errors Provides support for common HPCC Systems error handling and interpretation. -
-
Uses of HpccErrorLevel in org.hpccsystems.commons.errors
Methods in org.hpccsystems.commons.errors that return HpccErrorLevel Modifier and Type Method Description HpccErrorLevel
HpccError. getErrorLevel()
Gets the error level.static HpccErrorLevel
HpccErrorLevel. getErrorLevel(int eclenum)
Gets the error level.static HpccErrorLevel
HpccErrorLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static HpccErrorLevel[]
HpccErrorLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.commons.errors with parameters of type HpccErrorLevel Modifier and Type Method Description List<HpccError>
HpccErrorBlock. getItems(HpccErrorLevel errLevel, IErrorCode code)
Gets the items.Constructors in org.hpccsystems.commons.errors with parameters of type HpccErrorLevel 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.
-