Package org.hpccsystems.commons.errors
Interface IErrorCode
-
- All Known Implementing Classes:
HpccErrorCode
public interface IErrorCodeInterface defining an error code.An error code is defined as having a name and a numeric (integer) value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetNumVal()Gets the num val.Stringname()Name.
-