com.filenet.api.exception

Class ErrorLoggingLevel

  • java.lang.Object
    • com.filenet.api.exception.ErrorLoggingLevel


  • public final class ErrorLoggingLevel
    extends java.lang.Object
    Determines whether an exception is to be logged. The exception is logged on the Content Engine server.
    See Also:
    ExceptionCode.getErrorLoggingLevel
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static ErrorLoggingLevel Optional
      Specifies that logging on the Content Engine server is not required for the exception.
      static ErrorLoggingLevel Required
      Specifies that the exception is to be logged on the Content Engine server.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String toString()
      Returns a String representation of the logging level assigned to the exception.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • Required

        public static final ErrorLoggingLevel Required
        Specifies that the exception is to be logged on the Content Engine server.
      • Optional

        public static final ErrorLoggingLevel Optional
        Specifies that logging on the Content Engine server is not required for the exception.
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a String representation of the logging level assigned to the exception.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A String containing one of the field values indicating the logging level.

© Copyright IBM Corporation 2006, 2013. All rights reserved.