com.softwareag.centrasite.appl.framework.validation
Interface ErrorCode

All Known Subinterfaces:
DynamicErrorCode
All Known Implementing Classes:
AbstractDynamicErrorCode, DefaultErrorCodeFactory.DefaultErrorCode

public interface ErrorCode

This is a marker interface, which indicates that an object is used as an error code. It is recommended, that the application creates its own error code class, which implements this interface. Error codes will typically be used to lookup for error messages and/or help texts in a resource bundle.