protected static final class JcrAttachmentsProvider.ErrorReportingMode extends Enum
Modifier and Type | Field and Description |
---|---|
static JcrAttachmentsProvider.ErrorReportingMode |
FACES_MESSAGES |
static JcrAttachmentsProvider.ErrorReportingMode |
IGNORE |
static JcrAttachmentsProvider.ErrorReportingMode |
THROW_EXCEPTIONS |
Modifier and Type | Method and Description |
---|---|
static JcrAttachmentsProvider.ErrorReportingMode |
valueOf(String name) |
static JcrAttachmentsProvider.ErrorReportingMode[] |
values() |
public static final JcrAttachmentsProvider.ErrorReportingMode THROW_EXCEPTIONS
public static final JcrAttachmentsProvider.ErrorReportingMode FACES_MESSAGES
public static final JcrAttachmentsProvider.ErrorReportingMode IGNORE
public static JcrAttachmentsProvider.ErrorReportingMode[] values()
public static JcrAttachmentsProvider.ErrorReportingMode valueOf(String name)