Package com.filenet.api.exception

Provides the exception-handling framework for the Content Engine.

See: Description

  • Class Summary 
    Class Description
    ErrorLoggingLevel
    Determines whether an exception is to be logged.
    ErrorRecord
    Represents a single exception that has occurred on the server.
    ErrorStack
    Contains a collection of ErrorRecord instances returned by the server.
    ExceptionCode
    Enumerates unchecked exception messages.
  • Exception Summary 
    Exception Description
    EngineRuntimeException
    Used for all unchecked exceptions.

Package com.filenet.api.exception Description

Provides the exception-handling framework for the Content Engine. Content Engine exceptions are enumerated in the ExceptionCode class. All unchecked exceptions are EngineRuntimeException instances, and return an ExceptionCode object. The ErrorRecord and ErrorStack classes support exception chain handling.

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