|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pega.pegarules.pub.PRRuntimeException
com.pega.pegarules.pub.runtime.FunctionInvocationException
public class FunctionInvocationException
Exception Class describing Function invocation Specific exceptions.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
FunctionInvocationException()
Constructor for FunctionInvocationException. |
|
FunctionInvocationException(java.lang.String aMessage)
Constructs an instance with additional information about the cause of this exception. |
|
FunctionInvocationException(java.lang.String aMessage,
java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception. |
|
FunctionInvocationException(java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
Constructor Detail |
---|
public FunctionInvocationException()
public FunctionInvocationException(java.lang.Throwable aCause)
aCause
- Throwable causing this exceptionpublic FunctionInvocationException(java.lang.String aMessage)
aMessage
- message descriptor that provides additional informationpublic FunctionInvocationException(java.lang.String aMessage, java.lang.Throwable aCause)
aMessage
- message descriptor that provides additional informationaCause
- Throwable causing this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |