com.pega.pegarules.pub.clipboard
Class InvalidReferenceException

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

public class InvalidReferenceException
extends PRRuntimeException

Exception thrown by clipboard classes when a method fails because a property reference is syntactically incorrect.

Version:
$Revision: 14515 $ $Date: 2011-09-23 11:35:56 -0400 (Fri, 23 Sep 2011) $
Author:
Gabe Ernst-Edwards
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
InvalidReferenceException()
          Constructor for InvalidReferenceException
InvalidReferenceException(java.lang.String aReference, java.lang.String aReason)
           
InvalidReferenceException(java.lang.String aReference, java.lang.String aReason, java.lang.Throwable aCause)
          Creates an exception which names a bad reference, the reason the reference is bad, and a root cause 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

InvalidReferenceException

public InvalidReferenceException()
Constructor for InvalidReferenceException


InvalidReferenceException

public InvalidReferenceException(java.lang.String aReference,
                                 java.lang.String aReason)

InvalidReferenceException

public InvalidReferenceException(java.lang.String aReference,
                                 java.lang.String aReason,
                                 java.lang.Throwable aCause)
Creates an exception which names a bad reference, the reason the reference is bad, and a root cause exception.

Parameters:
aReference - the bad reference
aReason - description of why the reference is bad
aCause - the exception which caused this


Copyright © 2012 Pegasystems Inc. All Rights Reserved.