|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
exceptions.MyException
exceptions.FileNotSharedException
public class FileNotSharedException
| Constructor Summary | |
|---|---|
FileNotSharedException(java.io.File f)
|
|
FileNotSharedException(java.lang.String msg,
java.io.File f)
Creates a new instance of FileNotSharedException |
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
|
| Methods inherited from class exceptions.MyException |
|---|
getStandardMessage |
| 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 |
|---|
public FileNotSharedException(java.lang.String msg,
java.io.File f)
public FileNotSharedException(java.io.File f)
| Method Detail |
|---|
public java.io.File getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||