Uses of Enum
org.opencms.ugc.shared.CmsUgcConstants.ErrorCode
Packages that use CmsUgcConstants.ErrorCode
-
Uses of CmsUgcConstants.ErrorCode in org.opencms.ugc.shared
Methods in org.opencms.ugc.shared that return CmsUgcConstants.ErrorCodeModifier and TypeMethodDescriptionCmsUgcException.getErrorCode()Returns the errorCode.static CmsUgcConstants.ErrorCodeReturns the enum constant of this type with the specified name.static CmsUgcConstants.ErrorCode[]CmsUgcConstants.ErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.ugc.shared with parameters of type CmsUgcConstants.ErrorCodeModifier and TypeMethodDescriptionvoidCmsUgcException.setErrorCode(CmsUgcConstants.ErrorCode errorCode) Sets the errorCode.Constructors in org.opencms.ugc.shared with parameters of type CmsUgcConstants.ErrorCodeModifierConstructorDescriptionCmsUgcException(Throwable t, CmsUgcConstants.ErrorCode errorCode, String message) Creates a new instance.CmsUgcException(CmsUgcConstants.ErrorCode errorCode, String message) Creates a new instance.