unsw.cse.framescript
Class FSIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
unsw.cse.framescript.FSException
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)
|
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 |
FSIOException
public FSIOException(java.lang.String funct,
java.lang.String fname,
java.io.IOException e)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class FSException
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable