|
|||||||||||
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 java.io.IOException java.io.FileNotFoundException edu.asu.cri.MirkE.exceptions.MirkEFileNotFoundException
Constructor Summary | |
MirkEFileNotFoundException()
Constructor with a message of the exception |
|
MirkEFileNotFoundException(java.lang.String msg)
Constructor with a message of the exception |
|
MirkEFileNotFoundException(java.lang.Throwable object)
Constructor with a message of the exception |
Method Summary | |
boolean |
equals(java.lang.Object object)
Determines if the given instance is the same as this instance based on its content. |
int |
hashCode()
Returns the hashcode of this instance |
java.lang.String |
toString()
Describes the instance and its content for debugging purpose |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MirkEFileNotFoundException(java.lang.String msg)
msg
- Message to further explain the exceptionpublic MirkEFileNotFoundException()
public MirkEFileNotFoundException(java.lang.Throwable object)
object
- root cause of exceptionMethod Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object object)
object
-
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |