unsw.cse.framescript
Class FSIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by unsw.cse.framescript.FSException
              extended by unsw.cse.framescript.FSIOException
All Implemented Interfaces:
java.io.Serializable

public class FSIOException
extends FSException

A subclass of FSException for wrapping around IOExceptions.

Author:
mmcgill
See Also:
Serialized Form

Constructor Summary
FSIOException(java.lang.String funct, java.lang.String fname, java.io.IOException e)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace()
           
 
Methods inherited from class unsw.cse.framescript.FSException
dumpStack, setParentStackFrame
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSIOException

public FSIOException(java.lang.String funct,
                     java.lang.String fname,
                     java.io.IOException e)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class FSException

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable