Uses of Interface
org.opencms.main.I_CmsThrowable
Package
Description
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
Classes to handle internalization (i18n) and locale selection in OpenCms.
Contains functions to import and export resources from the OpenCms VFS.
Low-level functions to manage the loading of resources from the OpenCms VFS.
The lock state of the resources in the VFS is handled with these classes.
Provides the main OpenCms "operating system".
Classes to handle the OpenCms publish process.
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
Implements the main full text search and indexing functions available in OpenCms.
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
Access control and security classes for the OpenCms ACL permission system.
Contains the functionality for the static HTML page export.
Classes used to synchronize the OpenCms VFS with the real file system.
Utility functions for String manipulation and other often used tasks.
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
Classes related to publishing and workflow.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
-
Uses of I_CmsThrowable in org.opencms.configuration
Modifier and TypeClassDescriptionclass
Exceptions that occur during the XML configuration process. -
Uses of I_CmsThrowable in org.opencms.db
Modifier and TypeClassDescriptionclass
Signals that a data source consistency problem has been detected.class
Signals that an attempt to create an object was not successfull because it already exists.class
Signals that an attempt to read an object from a data source, that is supposed to exist, was not successfull.class
Signals that a low-level exception occurred when accessing the OpenCms database.class
Signals that an IO exception occurred when reading from or writing to the OpenCms database.class
Signals that a foreign key in the VFS STRUCTURE, RESOURCES or FILES database tables is either invalid or empty.class
Used to signal sql related issues.class
Signals that an attempt to create a resource was not successfull since at the given location another online resource with a different structure id has been found. -
Uses of I_CmsThrowable in org.opencms.file
Modifier and TypeClassDescriptionclass
Signals data access related issues, i.e.class
Signals that an attempt to call a method has failed since it is not implemented.class
Used to signal VFS related issues, for example during file access.class
Signals that a VFS resource unexpectedly exists.class
Signals that an attempt to read a resource in the VFS denoted by a specified pathname has failed. -
Uses of I_CmsThrowable in org.opencms.flex
-
Uses of I_CmsThrowable in org.opencms.i18n
Modifier and TypeClassDescriptionclass
Used to signal issues with the localization support, for example during localized messages access. -
Uses of I_CmsThrowable in org.opencms.importexport
Modifier and TypeClassDescriptionclass
Signals an error during import or export of OpenCms data. -
Uses of I_CmsThrowable in org.opencms.loader
Modifier and TypeClassDescriptionclass
Signals exceptions occuring during the resource loading process. -
Uses of I_CmsThrowable in org.opencms.lock
Modifier and TypeClassDescriptionclass
Signals that a particular action was invoked on resource with an insufficient lock state. -
Uses of I_CmsThrowable in org.opencms.main
Modifier and TypeClassDescriptionclass
Master exception type for all exceptions caused in OpenCms.class
A replacement for
to obtain fully localized exception messages for OpenCms.IllegalArgumentException
class
A replacement for
to obtain fully localized exception messages for OpenCms.IllegalStateException
class
Describes errors that occur in the context of OpenCms the initialization, this is fatal and prevents OpenCms from starting.class
A multi exception is a container for several exception messages that may be caused by an internal operation.class
This exeption is thrown by a class which implements org.opencms.main.I_CmsResourceInit.class
A replacement for
to obtain fully localized exception messages for OpenCms.RuntimeException
-
Uses of I_CmsThrowable in org.opencms.publish
-
Uses of I_CmsThrowable in org.opencms.scheduler
Modifier and TypeClassDescriptionclass
Describes errors that occur in the context of the OpenCms scheduler. -
Uses of I_CmsThrowable in org.opencms.search
Modifier and TypeClassDescriptionclass
Signals an error during an indexing operation.class
Signals an error during a search operation. -
Uses of I_CmsThrowable in org.opencms.search.documents
Modifier and TypeClassDescriptionclass
Signals an error during content extraction of an empty document. -
Uses of I_CmsThrowable in org.opencms.security
Modifier and TypeClassDescriptionclass
Signals that an attempt to authenticate (login) has a user has failed.class
Custom login exception whose message will be displayed to the user if the login fails.class
Signals that an attempt to encrypt a password was not successful.class
A permission violation occurs if a user without tries to access or maipulate a VFS resource without the required permissions.class
A role violation occurs if a user without permissions tries to access a protected OpenCms system feature that can only be accessed by users in certain roles.class
Used to signal security related issues, for example example during file access and login.class
Signals that an attempt to authenticate (login) a user has failed because the user had to many invalid logins. -
Uses of I_CmsThrowable in org.opencms.staticexport
Modifier and TypeClassDescriptionclass
Describes errors that occur in the context of OpenCms scheduler. -
Uses of I_CmsThrowable in org.opencms.synchronize
Modifier and TypeClassDescriptionclass
Thrown by a class which implements org.opencms.file.I_CmsSyncModifications. -
Uses of I_CmsThrowable in org.opencms.util
Modifier and TypeClassDescriptionclass
Used to signal issues with the real local file system (RFS), for example during file access. -
Uses of I_CmsThrowable in org.opencms.widgets
Modifier and TypeClassDescriptionclass
Describes errors that occur in the context of the OpenCms widgets. -
Uses of I_CmsThrowable in org.opencms.workflow
Modifier and TypeClassDescriptionclass
An exception which indicates that a user tried to execute an invalid workflow action.class
An exception which indicates that the user tried to trigger a workflow action for a set of resources for which some parent folder is not included in the set, but has the resource state 'new'. -
Uses of I_CmsThrowable in org.opencms.workplace
Modifier and TypeClassDescriptionclass
Signals that an exceptional program flow happens in the workplace. -
Uses of I_CmsThrowable in org.opencms.xml
Modifier and TypeClassDescriptionclass
Signals that an error occurred while processing an xml resource.