com.pega.pegarules.pub.clipboard
Class InvalidReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pega.pegarules.pub.PRRuntimeException
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
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. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
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 referenceaReason
- description of why the reference is badaCause
- the exception which caused this
Copyright © 2012 Pegasystems Inc. All Rights Reserved.