Uses of Class
com.filenet.api.exception.ErrorStack

Packages that use ErrorStack
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
 ErrorStack EngineRuntimeException.getAsErrorStack()
          Returns the error stack, if an error stack is used; otherwise this instance is returned as an ErrorStack object.
 

Constructors in com.filenet.api.exception with parameters of type ErrorStack
EngineRuntimeException(ErrorStack errStack)
          Use this to implement an error stack, specifying the ErrorStack object to use for this instance.
 



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