-
Packages that use ErrorRecord Package Description com.filenet.api.exception Provides the exception-handling framework for the Content Engine. -
-
Uses of ErrorRecord in com.filenet.api.exception
Methods in com.filenet.api.exception that return ErrorRecord Modifier and Type Method and Description ErrorRecord[]ErrorStack. getErrorRecords()Returns allErrorRecordinstances stored in this error stack.Constructors in com.filenet.api.exception with parameters of type ErrorRecord Constructor and Description ErrorStack(java.lang.String errorName, ErrorRecord[] recs)Creates theErrorStackinstance by explicitly specifying theErrorRecordobject that the error stack is to contain.
-