Uses of Class
org.opencms.main.CmsRuntimeException
-
Packages that use CmsRuntimeException Package Description org.opencms.db Low-level database connection and access functionality.org.opencms.main Provides the main OpenCms "operating system".org.opencms.scheduler The OpenCms scheduler provides a facility to run jobs in a regular schedule, much like the "cron" faciltiy in UNIX systems.org.opencms.ui.apps.logfile Contains classes of the site manager app.org.opencms.util Utility functions for String manipulation and other often used tasks.org.opencms.xml.content Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.org.opencms.xml.page Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.org.opencms.xml.types Contains the basic XML content type definitions, used for XML content and XML pages. -
-
Uses of CmsRuntimeException in org.opencms.db
Methods in org.opencms.db that throw CmsRuntimeException Modifier and Type Method Description protected void
CmsLoginMessage. checkFrozen()
Checks if this message is frozen. -
Uses of CmsRuntimeException in org.opencms.main
Subclasses of CmsRuntimeException in org.opencms.main Modifier and Type Class Description class
CmsIllegalArgumentException
A replacement for
to obtain fully localized exception messages for OpenCms.IllegalArgumentException
class
CmsIllegalStateException
A replacement for
to obtain fully localized exception messages for OpenCms.IllegalStateException
class
CmsInitException
Describes errors that occur in the context of OpenCms the initialization, this is fatal and prevents OpenCms from starting.Methods in org.opencms.main that return CmsRuntimeException Modifier and Type Method Description CmsRuntimeException
CmsIllegalArgumentException. createException(CmsMessageContainer container, java.lang.Throwable cause)
CmsRuntimeException
CmsIllegalStateException. createException(CmsMessageContainer container, java.lang.Throwable cause)
CmsRuntimeException
CmsInitException. createException(CmsMessageContainer container, java.lang.Throwable cause)
CmsRuntimeException
CmsRuntimeException. createException(CmsMessageContainer container, java.lang.Throwable cause)
Creates a copied instance of this localized exception.Methods in org.opencms.main that throw CmsRuntimeException Modifier and Type Method Description protected void
CmsContextInfo. checkFrozen()
Checks if this context info configuration is frozen. -
Uses of CmsRuntimeException in org.opencms.scheduler
Methods in org.opencms.scheduler that throw CmsRuntimeException Modifier and Type Method Description protected void
CmsScheduledJobInfo. checkFrozen()
Checks if this job info configuration is frozen. -
Uses of CmsRuntimeException in org.opencms.ui.apps.logfile
Methods in org.opencms.ui.apps.logfile that throw CmsRuntimeException Modifier and Type Method Description java.lang.String
CmsLogFileApp. getLogFilePortion(CmsRfsFileViewer logView, java.lang.String currentFile)
Gets the portion of given log file. -
Uses of CmsRuntimeException in org.opencms.util
Methods in org.opencms.util that throw CmsRuntimeException Modifier and Type Method Description void
CmsRfsFileViewer. setFilePath(java.lang.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(java.lang.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
Methods in org.opencms.xml.content that throw CmsRuntimeException Modifier and Type Method Description I_CmsXmlContentValue
CmsXmlContent. addValue(CmsObject cms, java.lang.String path, java.util.Locale locale, int index)
Adds 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(org.xml.sax.EntityResolver resolver)
Returns the content definition object for this xml content object.org.dom4j.Element
CmsXmlContent. getLocaleNode(java.util.Locale locale)
Returns the XML root element node for the given locale. -
Uses of CmsRuntimeException in org.opencms.xml.page
Methods in org.opencms.xml.page that throw CmsRuntimeException Modifier and Type Method Description CmsXmlContentDefinition
CmsXmlPage. getContentDefinition()
-
Uses of CmsRuntimeException in org.opencms.xml.types
Methods in org.opencms.xml.types that throw CmsRuntimeException Modifier and Type Method Description java.lang.String
A_CmsXmlValueCdataBase. getStringValue(CmsObject cms)
java.lang.String
A_CmsXmlValueTextBase. getStringValue(CmsObject cms)
java.lang.String
CmsXmlCategoryValue. getStringValue(CmsObject cms)
java.lang.String
CmsXmlDisplayFormatterValue. getStringValue(CmsObject cms)
java.lang.String
CmsXmlDynamicCategoryValue. getStringValue(CmsObject cms)
java.lang.String
CmsXmlNestedContentDefinition. getStringValue(CmsObject cms)
java.lang.String
CmsXmlVarLinkValue. getStringValue(CmsObject cms)
java.lang.String
CmsXmlVfsFileValue. getStringValue(CmsObject cms)
protected java.lang.String
A_CmsXmlContentValue. readSchemaDefinition(java.lang.String schemaUri)
Convenience method to loads the XML schema definition for this value type from an external file.
-