com.pega.pegarules.pub.runtime
Class LibraryFunctionNotFoundException

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.LibraryFunctionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class LibraryFunctionNotFoundException
extends PRRuntimeException

Exception Class describing LibraryFunction Specific exceptions.

Version:
$Revision: 2 $ $Date: 2009-06-15 17:25:41 -0400 (Mon, 15 Jun 2009) $
Author:
P.C. Sathish
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
LibraryFunctionNotFoundException()
          Constructor for LibraryFunctionNotFoundException.
LibraryFunctionNotFoundException(java.lang.String aMessage)
          Constructor for LibraryFunctionNotFoundException.
 
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

LibraryFunctionNotFoundException

public LibraryFunctionNotFoundException()
Constructor for LibraryFunctionNotFoundException.


LibraryFunctionNotFoundException

public LibraryFunctionNotFoundException(java.lang.String aMessage)
Constructor for LibraryFunctionNotFoundException.

Parameters:
aMessage - message to be logged


Copyright © 2012 Pegasystems Inc. All Rights Reserved.