| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.vfs.VirtualFileSystemException
public class VirtualFileSystemException
This is the base exception class for all virtual file system exceptions.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| VirtualFileSystemException()Constructs an instanceof VirtualFileSystemException | |
| VirtualFileSystemException(java.lang.String pMsg)Constructs an instanceof VirtualFileSystemException | |
| VirtualFileSystemException(java.lang.String pMsg,
                           java.lang.Throwable pSource)Constructs an instanceof VirtualFileSystemException | |
| VirtualFileSystemException(java.lang.Throwable pSource)Constructs an instanceof VirtualFileSystemException | |
| Method Summary | |
|---|---|
|  java.lang.Throwable | getSource()Returns property Source | 
|  void | printStackTrace()Print our stack trace and that of the source exception if there is one. | 
|  void | printStackTrace(java.io.PrintStream pStream)Print our stack trace and that of the source exception if there is one. | 
|  void | printStackTrace(java.io.PrintWriter pWriter)Print our stack trace and that of the source exception if there is one. | 
|  void | setSource(java.lang.Throwable pSource)Sets property Source | 
|  java.lang.String | toString()Display information about this exception | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public VirtualFileSystemException()
public VirtualFileSystemException(java.lang.String pMsg)
public VirtualFileSystemException(java.lang.Throwable pSource)
public VirtualFileSystemException(java.lang.String pMsg,
                                  java.lang.Throwable pSource)
| Method Detail | 
|---|
public void setSource(java.lang.Throwable pSource)
public java.lang.Throwable getSource()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream pStream)
printStackTrace in class java.lang.ThrowablepStream - Stream to print topublic void printStackTrace(java.io.PrintWriter pWriter)
printStackTrace in class java.lang.ThrowablepWriter - Writer to print topublic java.lang.String toString()
toString in class java.lang.Throwable| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||