com.pega.pegarules.pub.clipboard
Class InvalidStreamError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pega.pegarules.pub.PRException
              extended by com.pega.pegarules.pub.clipboard.InvalidStreamError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PegaArchiveException

public class InvalidStreamError
extends PRException

Exception thrown by clipboard classes when a method fails because an identifier (page name, property name, or group subscript) is not valid.

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
InvalidStreamError()
           
InvalidStreamError(java.lang.String aClass, java.lang.String aMethod, java.lang.String aReason)
           
InvalidStreamError(java.lang.Throwable aCause)
          Creates a new exception caused by a root exception.
 
Method Summary
 
Methods inherited from class com.pega.pegarules.pub.PRException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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

InvalidStreamError

public InvalidStreamError()

InvalidStreamError

public InvalidStreamError(java.lang.String aClass,
                          java.lang.String aMethod,
                          java.lang.String aReason)

InvalidStreamError

public InvalidStreamError(java.lang.Throwable aCause)
Creates a new exception caused by a root exception.

Parameters:
aCause - the root exception


Copyright © 2012 Pegasystems Inc. All Rights Reserved.