gcspy.tools
Class FileTraceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gcspy.tools.FileTraceException
All Implemented Interfaces:
java.io.Serializable

public class FileTraceException
extends java.lang.RuntimeException

Exception for file traces

Author:
Tony Printezis
See Also:
Serialized Form

Constructor Summary
FileTraceException(java.lang.Exception e)
          An exception for trace files
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileTraceException

public FileTraceException(java.lang.Exception e)
An exception for trace files

Parameters:
e - The exception captured