rossi.fstools.fs
Class FsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byrossi.fstools.fs.FsException
All Implemented Interfaces:
java.io.Serializable

public class FsException
extends java.lang.Exception

Indicates a file system parsing exception.

See Also:
Serialized Form

Constructor Summary
FsException(java.lang.String msg)
          Create a new FsException
 
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

FsException

public FsException(java.lang.String msg)
Create a new FsException

Parameters:
msg - a message String
See Also:
Exception