Package org.hpccsystems.commons.errors
Interface IErrorCode
-
- All Known Implementing Classes:
HpccErrorCode
public interface IErrorCode
Interface 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 Integer
getNumVal()
Gets the num val.String
name()
Name.
-