|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.exception.ErrorLoggingLevel
public final class ErrorLoggingLevel
Determines whether an exception is to be logged. The exception is logged on the Content Engine server.
ExceptionCode.getErrorLoggingLevel
Field Summary | |
---|---|
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 | |
---|---|
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 |
---|
public static final ErrorLoggingLevel Required
public static final ErrorLoggingLevel Optional
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |