Uses of Class
com.pega.pegarules.pub.database.ConfigurationException

Packages that use ConfigurationException
com.pega.pegarules.pub.database Provides access to the relational database. 
com.pega.pegarules.pub.generator Java generation public interfaces and classes. 
 

Uses of ConfigurationException in com.pega.pegarules.pub.database
 

Subclasses of ConfigurationException in com.pega.pegarules.pub.database
 class BadDatabaseDefinitionException
          Database configuration is invalid or missing.
 class NonexistentTableException
          This exception is thrown when PegaRULES configuration points to a database table that does not exist.
 

Methods in com.pega.pegarules.pub.database that return ConfigurationException
static ConfigurationException ConfigurationException.createMissingColumnException(java.lang.String aClass, java.lang.String aTable, java.lang.String aDB, java.lang.String aColumn, java.lang.String aDescr)
          Creates an exception caused by a table that is missing a required column.
 

Methods in com.pega.pegarules.pub.database that throw ConfigurationException
 boolean DatabaseTable.hasStream()
          Indicates whether this database table have a stream column?
 boolean DatabaseTable.isTable()
          Indicates whether or not the database table is a table (as opposed to a view or something else).
 boolean DatabaseTable.isView()
          Indicates whether or not the database table is a view (as opposed to a table or something else).
 ClipboardPage RulesetContext.openDefault(StringMap aKeys)
          Opens the default version of the Rule with the given keys.
 

Uses of ConfigurationException in com.pega.pegarules.pub.generator
 

Methods in com.pega.pegarules.pub.generator that throw ConfigurationException
 ClipboardPage FirstUseAssembler.openRule(StringMap aKeyPage, boolean aForceDBOpen)
          Opens the specified database instance, using either the RulesetContext (at design time) or Database (at runtime) so that referenced rule tracking is properly performed.
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.