|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.ourgrid.common.exception.OurgridException org.ourgrid.common.exception.UnableToDigestFileException
public class UnableToDigestFileException
This class represents an Exception thrown when it is not possible to get a digest representation (hash) from a particular file
Constructor Summary | |
---|---|
UnableToDigestFileException(java.lang.String filePath)
Constructs a new exception that represents a problem during the digest representation calculation of a given file. |
|
UnableToDigestFileException(java.lang.String filePath,
java.lang.Throwable detail)
Constructs a new exception that represents a problem during the digest representation calculation of a given file. |
Method Summary | |
---|---|
java.lang.String |
getFile()
Return the file path used during the digest process |
java.lang.String |
getMessage()
Gives the message detailing the exception occured during the file digest process. |
Methods inherited from class org.ourgrid.common.exception.OurgridException |
---|
getStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnableToDigestFileException(java.lang.String filePath)
filePath
- the file path used during the digest process.public UnableToDigestFileException(java.lang.String filePath, java.lang.Throwable detail)
filePath
- the file path used during the digest process.detail
- the throwable class possibly caused the failure.Method Detail |
---|
public java.lang.String getFile()
public java.lang.String getMessage()
getMessage
in class OurgridException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |