-
Packages that use ErrorStack Package Description com.filenet.api.exception Provides the exception-handling framework for the Content Engine. -
-
Uses of ErrorStack in com.filenet.api.exception
Methods in com.filenet.api.exception that return ErrorStack Modifier and Type Method and Description ErrorStackEngineRuntimeException. getAsErrorStack()Returns the error stack, if an error stack is used; otherwise this instance is returned as anErrorStackobject.Constructors in com.filenet.api.exception with parameters of type ErrorStack Constructor and Description EngineRuntimeException(ErrorStack errStack)Use this to implement an error stack, specifying theErrorStackobject to use for this instance.
-