|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BadInputException | |
---|---|
com.pega.pegarules.pub.database | Provides access to the relational database. |
com.pega.pegarules.pub.generator | Java generation public interfaces and classes. |
Uses of BadInputException in com.pega.pegarules.pub.database |
---|
Subclasses of BadInputException in com.pega.pegarules.pub.database | |
---|---|
class |
AuthorizationException
Indicates that a database operation could not be performed due to insufficient authorization. |
Methods in com.pega.pegarules.pub.database that return BadInputException | |
---|---|
static BadInputException |
BadInputException.createBadSQLException(java.lang.Throwable aCause,
java.lang.String aBadSQL,
java.lang.String aParseError)
Creates an exception due to bad SQL. |
static BadInputException |
BadInputException.createClassCannotHaveInstancesException(java.lang.String aClassName,
java.lang.String aDescr)
Creates an exception caused by an attempt to save or read an instance belonging to a class that cannot have instances. |
static BadInputException |
BadInputException.createGenericBadInputException(java.lang.String aDescr)
Creates an exception indicating there was a generic error involving a bad parameter passed into a database method. |
static BadInputException |
BadInputException.createShortcutException(ClipboardPage aShortcutPage,
java.lang.String aDescr)
Creates an exception due to operating on a shortcut page. |
Methods in com.pega.pegarules.pub.database that throw BadInputException | |
---|---|
void |
Database.flushUpdatesCache(int aDeltaMinutes)
Flush out entries in pr_sys_updatescache older than given number of minutes |
ClipboardPage |
RulesetContext.openDefault(StringMap aKeys)
Opens the default version of the Rule with the given keys. |
Uses of BadInputException in com.pega.pegarules.pub.generator |
---|
Methods in com.pega.pegarules.pub.generator that throw BadInputException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |