|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cometway.io.FileToolsException
public class FileToolsException
This exception is thrown by the com.cometway.io.FileTools class when there is a problem.
| Constructor Summary | |
|---|---|
FileToolsException()
Constructor for this exception. |
|
FileToolsException(java.lang.String message)
Constructor for this exception. |
|
FileToolsException(java.lang.String message,
java.lang.Exception cause)
Constructor for this exception. |
|
| Method Summary |
|---|
| 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 FileToolsException()
public FileToolsException(java.lang.String message)
message - Message associated with this exception.
public FileToolsException(java.lang.String message,
java.lang.Exception cause)
message - Message associated with this exception.originalException - The original exception associated with this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||