Uses of Class
org.opencms.main.CmsRuntimeException
Package
Description
Low-level database connection and access functionality.
Provides the main OpenCms "operating system".
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
Contains classes of the site manager app.
Utility functions for String manipulation and other often used tasks.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
Contains the basic XML content type definitions, used for XML content and XML pages.
-
Uses of CmsRuntimeException in org.opencms.db
Modifier and TypeMethodDescriptionprotected void
CmsLoginMessage.checkFrozen()
Checks if this message is frozen. -
Uses of CmsRuntimeException in org.opencms.main
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionCmsIllegalArgumentException.createException
(CmsMessageContainer container, Throwable cause) CmsIllegalStateException.createException
(CmsMessageContainer container, Throwable cause) CmsInitException.createException
(CmsMessageContainer container, Throwable cause) CmsRuntimeException.createException
(CmsMessageContainer container, Throwable cause) Creates a copied instance of this localized exception.Modifier and TypeMethodDescriptionprotected void
CmsContextInfo.checkFrozen()
Checks if this context info configuration is frozen. -
Uses of CmsRuntimeException in org.opencms.scheduler
Modifier and TypeMethodDescriptionprotected void
CmsScheduledJobInfo.checkFrozen()
Checks if this job info configuration is frozen. -
Uses of CmsRuntimeException in org.opencms.ui.apps.logfile
Modifier and TypeMethodDescriptionCmsLogFileApp.getLogFilePortion
(CmsRfsFileViewer logView, String currentFile) Gets the portion of given log file. -
Uses of CmsRuntimeException in org.opencms.util
Modifier and TypeMethodDescriptionvoid
CmsRfsFileViewer.setFilePath
(String path) Set the path in the real file system that points to the file that should be displayed.void
CmsRfsFileViewer.setFrozen
(boolean frozen) Package friendly access that allows the
to "freeze" this instance within the system-wide assignment in it'sCmsWorkplaceManager
method.CmsWorkplaceManager.setFileViewSettings(org.opencms.file.CmsObject, CmsRfsFileViewer)
void
CmsRfsFileViewer.setIsLogfile
(boolean isLogfile) Set if the internal file is in standard log file format (true) or not (false).void
CmsRfsFileViewer.setRootPath
(String path) Set the path in the real file system that points to the folder/tree containing the log files.void
CmsRfsFileViewer.setWindowPos
(int windowPos) Sets the start position of the current display.void
CmsRfsFileViewer.setWindowSize
(int windowSize) Set the amount of lines (or entries depending on whether a standard log file is shown) to display per page. -
Uses of CmsRuntimeException in org.opencms.xml.content
Modifier and TypeMethodDescriptionAdds a new XML content value for the given element name and locale at the given index position to this XML content document.protected CmsXmlContentDefinition
CmsXmlContent.getContentDefinition
(EntityResolver resolver) Returns the content definition object for this xml content object.org.dom4j.Element
CmsXmlContent.getLocaleNode
(Locale locale) Returns the XML root element node for the given locale. -
Uses of CmsRuntimeException in org.opencms.xml.page
-
Uses of CmsRuntimeException in org.opencms.xml.types
Modifier and TypeMethodDescriptionA_CmsXmlValueCdataBase.getStringValue
(CmsObject cms) A_CmsXmlValueTextBase.getStringValue
(CmsObject cms) CmsXmlAccessRestrictionValue.getStringValue
(CmsObject cms) CmsXmlCategoryValue.getStringValue
(CmsObject cms) CmsXmlDisplayFormatterValue.getStringValue
(CmsObject cms) CmsXmlDynamicCategoryValue.getStringValue
(CmsObject cms) CmsXmlNestedContentDefinition.getStringValue
(CmsObject cms) CmsXmlVarLinkValue.getStringValue
(CmsObject cms) CmsXmlVfsFileValue.getStringValue
(CmsObject cms) protected String
A_CmsXmlContentValue.readSchemaDefinition
(String schemaUri) Convenience method to loads the XML schema definition for this value type from an external file.