com.webmethods.caf.jcr.faces.data
Class JcrAttachmentsProvider.ErrorReportingMode
java.lang.Object
java.lang.Enum
com.webmethods.caf.jcr.faces.data.JcrAttachmentsProvider.ErrorReportingMode
- All Implemented Interfaces:
- Serializable, Comparable
- Enclosing class:
- JcrAttachmentsProvider
protected static final class JcrAttachmentsProvider.ErrorReportingMode
- extends Enum
Used to affect how errors are reported
- See Also:
- Serialized Form
THROW_EXCEPTIONS
public static final JcrAttachmentsProvider.ErrorReportingMode THROW_EXCEPTIONS
FACES_MESSAGES
public static final JcrAttachmentsProvider.ErrorReportingMode FACES_MESSAGES
IGNORE
public static final JcrAttachmentsProvider.ErrorReportingMode IGNORE
values
public static JcrAttachmentsProvider.ErrorReportingMode[] values()
valueOf
public static JcrAttachmentsProvider.ErrorReportingMode valueOf(String name)