com.webmethods.caf.jcr.faces.data
Class JcrTempAttachmentsProvider.ErrorReportingMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.webmethods.caf.jcr.faces.data.JcrTempAttachmentsProvider.ErrorReportingMode
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
JcrTempAttachmentsProvider

protected static final class JcrTempAttachmentsProvider.ErrorReportingMode
extends Enum

Used to affect how errors are reported

See Also:
Serialized Form

Field Summary
static JcrTempAttachmentsProvider.ErrorReportingMode FACES_MESSAGES
           
static JcrTempAttachmentsProvider.ErrorReportingMode IGNORE
           
static JcrTempAttachmentsProvider.ErrorReportingMode THROW_EXCEPTIONS
           
 
Method Summary
static JcrTempAttachmentsProvider.ErrorReportingMode valueOf(String name)
           
static JcrTempAttachmentsProvider.ErrorReportingMode[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

THROW_EXCEPTIONS

public static final JcrTempAttachmentsProvider.ErrorReportingMode THROW_EXCEPTIONS

FACES_MESSAGES

public static final JcrTempAttachmentsProvider.ErrorReportingMode FACES_MESSAGES

IGNORE

public static final JcrTempAttachmentsProvider.ErrorReportingMode IGNORE
Method Detail

values

public static JcrTempAttachmentsProvider.ErrorReportingMode[] values()

valueOf

public static JcrTempAttachmentsProvider.ErrorReportingMode valueOf(String name)