Class ErrorRegistry

java.lang.Object
de.xima.fc.user_portal.error.ErrorRegistry
All Implemented Interfaces:
Serializable

@ApplicationScoped public class ErrorRegistry extends Object implements Serializable
Registry for all errors.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ErrorRegistry

      public ErrorRegistry()
  • Method Details

    • init

      @PostConstruct public void init()
    • getError

      public IError getError(String errorCode)