public class RuleGenerationException extends PRRuntimeError
RuleGenerationException
is thrown when a rule
cannot be generated and / or compiled, and activity processing
needs to be terminated.
Note that despite its name, this class extends PRRuntimError, not PRRuntimeException.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
RuleGenerationException()
Constructor
|
RuleGenerationException(java.lang.String aMessage)
Constructor
|
RuleGenerationException(java.lang.String aMessage,
java.lang.Throwable aCause) |
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public RuleGenerationException()
public RuleGenerationException(java.lang.String aMessage)
aMessage
- public RuleGenerationException(java.lang.String aMessage, java.lang.Throwable aCause)
Copyright © 2015 Pegasystems Inc. All Rights Reserved.