com.pega.pegarules.pub.runtime
Class FunctionInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.pega.pegarules.pub.PRRuntimeException
                  extended by com.pega.pegarules.pub.runtime.FunctionInvocationException
All Implemented Interfaces:
java.io.Serializable

public class FunctionInvocationException
extends PRRuntimeException

Exception Class describing Function invocation Specific exceptions.

Version:
$Revision: 25987 $ $Date: 2012-04-23 13:55:50 -0400 (Mon, 23 Apr 2012) $
Author:
Bhavna Balani
See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

FunctionInvocationException

public FunctionInvocationException()
Constructor for FunctionInvocationException.


FunctionInvocationException

public FunctionInvocationException(java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception. Supplies the Throwable that caused this exception

Parameters:
aCause - Throwable causing this exception

FunctionInvocationException

public FunctionInvocationException(java.lang.String aMessage)
Constructs an instance with additional information about the cause of this exception.

Parameters:
aMessage - message descriptor that provides additional information

FunctionInvocationException

public FunctionInvocationException(java.lang.String aMessage,
                                   java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception.

Parameters:
aMessage - message descriptor that provides additional information
aCause - Throwable causing this exception


Copyright © 2012 Pegasystems Inc. All Rights Reserved.