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

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

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

Methods in com.pega.pegarules.pub.database that return BadClassDefinitionException
static BadClassDefinitionException BadClassDefinitionException.createBadObjectClassException(java.lang.String aBadClassName, java.lang.String aAction)
          Creates an error message indicating that we encountered a bad object class.
static BadClassDefinitionException BadClassDefinitionException.createBadObjectClassException(java.lang.String aBadClassName, java.lang.String aAction, java.lang.Throwable aThrowable)
          Creates an error message indicating that we encountered a bad object class.
 

Methods in com.pega.pegarules.pub.database that throw BadClassDefinitionException
 java.lang.String Database.getInsIdFromInsName(java.lang.String aInstanceClass, java.lang.String aInstanceName)
          Gets the instance id using instance name
 boolean LockManager.isLockable(java.lang.String aClassName)
          Check the definition of the indicated class to see if it supports locking.
 ClipboardPage RulesetContext.openDefault(StringMap aKeys)
          Opens the default version of the Rule with the given keys.
 

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

Methods in com.pega.pegarules.pub.generator that throw BadClassDefinitionException
 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.