org.sourcejammer.client.filesys
Class ImproperFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.client.filesys.ImproperFileException
All Implemented Interfaces:
java.io.Serializable

public class ImproperFileException
extends org.sourcejammer.util.SourceJammerExceptionChain

This exception is throws if the SJ client has trouble reading or accessing a file, or if the file is in an unexpected state.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sourcejammer.util.SourceJammerExceptionChain
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ImproperFileException()
           
ImproperFileException(java.lang.String msg)
           
ImproperFileException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImproperFileException

public ImproperFileException()

ImproperFileException

public ImproperFileException(java.lang.String msg)

ImproperFileException

public ImproperFileException(java.lang.String msg,
                             java.lang.Exception ex)


Copyright © 2003 Soucejammer project.