Provides the exception-handling framework for the Content Engine. Content Engine exceptions are enumerated in the
class. All unchecked exceptions are
instances, and return an
object. The
and
classes support exception chain handling.
Classes
Class | Description | |
---|---|---|
![]() |
EngineRuntimeException | Used for all unchecked exceptions. The exceptions are defined as objects. supports use of an error stack, as well as exception chaining (constructing a chain of exceptions by wrapping additional exceptions). You can use |
![]() |
ErrorLoggingLevel | Determines whether an exception is to be logged. The exception is logged on the Content Engine server. |
![]() |
ErrorRecord | Represents a single exception that has occurred on the server. When the server returns an exception to the client it converts each chained exception into an |
![]() |
ErrorStack | Contains a collection of instances returned by the server. Each instance in the collection corresponds to an exception that was chained and returned by the server. Chained exceptions are placed in an object and stored in an object. |
![]() |
ExceptionCode | Enumerates unchecked exception messages. Methods are supplied for the localization of these messages. This class cannot be instantiated. |