Uses of Interface
org.hpccsystems.commons.errors.IErrorType
-
Packages that use IErrorType Package Description org.hpccsystems.commons.errors Provides support for common HPCC Systems error handling and interpretation. -
-
Uses of IErrorType in org.hpccsystems.commons.errors
Classes in org.hpccsystems.commons.errors that implement IErrorType Modifier and Type Class Description classHpccErrorTypeMethods in org.hpccsystems.commons.errors that return IErrorType Modifier and Type Method Description IErrorTypeHpccError. getErrorType()Gets the error type.Methods in org.hpccsystems.commons.errors with parameters of type IErrorType Modifier and Type Method Description voidHpccError. setErrorType(IErrorType val)Sets the error type.Constructors in org.hpccsystems.commons.errors with parameters of type IErrorType 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.
-