Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.opencms.core.exceptions

This package provides the classes used to access OpenCms resources by a servlet (or the OpenCms shell).

See:
          Description

Exception Summary
CmsCheckResourceException This exeption is thrown by a class which implements com.opencms.core.I_CmsCheckResource.
CmsPlausibilizationException This exception is thrown to signalize plausibilization errors in backoffice modules.
 

Package com.opencms.core.exceptions Description

This package provides the classes used to access OpenCms resources by a servlet (or the OpenCms shell). There are currently 2 main ways to acess resources in an OpenCms System:

  1. Using the OpenCmsHttpServlet. This is the default usage of the OpenCms system.
  2. Using the CmsShell. This is done for specific reasons, usually related to system configuration or setup.
The other classes in this package are utility classes used for wrapping the request context (usually of a HttpServletRequest) and some interfaces.