|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeException | |
---|---|
com.gentics.api.contentnode.parttype | |
com.gentics.api.lib.datasource | Package for datasource related classes and interfaces. |
com.gentics.api.lib.exception | Package for general exceptions. |
com.gentics.api.lib.expressionparser | Package for classes and interfaces related to parsing and evaluating of expressions. |
com.gentics.api.lib.expressionparser.filtergenerator | |
com.gentics.api.portalnode.connector | Package containing a factory to create all initial objects you need, and some helper classes. |
com.gentics.api.portalnode.event | Package for classes and interfaces related to the event handling mechanism of Gentics® Portal.Node®. |
Uses of NodeException in com.gentics.api.contentnode.parttype |
---|
Methods in com.gentics.api.contentnode.parttype that throw NodeException | |
---|---|
protected com.gentics.contentnode.object.parttype.CMSResolver |
AbstractExtensiblePartType.createCMSResolver()
Creates a new cms resolver and adds it to the stack. |
Map |
AbstractExtensiblePartType.createContext(boolean wrapRenderables)
Get the context of the parttype. |
String |
ExtensiblePartType.render()
Render the parttype |
Object |
AbstractExtensiblePartType.resolve(String path)
Helper method to resolve property paths in the context of the part |
String |
AbstractExtensiblePartType.resolveToString(String path)
Help method to resolve a property and return it's string representation. |
Uses of NodeException in com.gentics.api.lib.datasource |
---|
Subclasses of NodeException in com.gentics.api.lib.datasource | |
---|---|
class |
DatasourceException
Exception that might be thrown by Datasources |
class |
DatasourceModificationException
Exception that is thrown if an error occurs during a modification (insert, update) of a datasource record. |
class |
DatasourceNotAvailableException
Exception that is thrown when the requested datasource is not available |
Uses of NodeException in com.gentics.api.lib.exception |
---|
Subclasses of NodeException in com.gentics.api.lib.exception | |
---|---|
class |
FeatureNotLicensedException
|
class |
InconsistentDataException
|
class |
InsufficientPrivilegesException
Exception that is thrown when an action cannot be performed due to insufficient privileges |
class |
ParserException
Exception that is thrown when a parsing process fails |
class |
ReadOnlyException
Exception that is used when a NodeObject is requested for update but the page is only available for read. |
class |
UnknownPropertyException
Exception that is thrown when an unknown property should be manipulated |
Uses of NodeException in com.gentics.api.lib.expressionparser |
---|
Subclasses of NodeException in com.gentics.api.lib.expressionparser | |
---|---|
class |
EvaluationException
Exception that is thrown whenever the evaluation of any EvaluableExpression fails. |
class |
ExpressionParserException
Abstract base class for all exceptions that are thrown by the expression parser. |
Uses of NodeException in com.gentics.api.lib.expressionparser.filtergenerator |
---|
Subclasses of NodeException in com.gentics.api.lib.expressionparser.filtergenerator | |
---|---|
class |
FilterGeneratorException
Exception that might be thrown during the generation of a datasource filter. |
Uses of NodeException in com.gentics.api.portalnode.connector |
---|
Subclasses of NodeException in com.gentics.api.portalnode.connector | |
---|---|
class |
UnexpectedAlterTableException
|
class |
UnexptectedEmptySourceException
|
Methods in com.gentics.api.portalnode.connector that throw NodeException | |
---|---|
String |
MCCRSync.doSync()
Do the sync |
String |
CRSync.doSync()
Do the sync |
static Resolvable |
PortalConnectorHelper.getLanguageVariant(Resolvable page,
String languageCode,
Datasource ds)
This helper method can be used to fetch a given language variant for the given page object (which was published from Gentics Content.Node). |
static void |
PortalConnectorFactory.prefillAttributes(Datasource ds,
Collection<Resolvable> objects,
List<String> prefillAttributes)
Prefill the given attributes for objects which were fetched from the given datasource |
Constructors in com.gentics.api.portalnode.connector that throw NodeException | |
---|---|
CRSync(Datasource source,
WriteableDatasource target,
String rule)
Initialize the sync with source and target datasource, leave flags to default values (false). |
Uses of NodeException in com.gentics.api.portalnode.event |
---|
Subclasses of NodeException in com.gentics.api.portalnode.event | |
---|---|
class |
NoEventsAllowedException
Exception that is thrown when events shall be handled when no events are allowed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |