|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable edu.asu.cri.MirkE.exceptions.MirkEApplicationException
Constructor Summary | |
MirkEApplicationException(java.lang.String msg)
Constructor with a message of the exception |
|
MirkEApplicationException(java.lang.String msg,
java.lang.Throwable object)
Constructor with a message of the exception |
|
MirkEApplicationException(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 MirkEApplicationException(java.lang.String msg)
msg
- Message to further explain the exceptionpublic MirkEApplicationException(java.lang.String msg, java.lang.Throwable object)
msg
- Message to further explain the exceptionobject
- root cause of exceptionpublic MirkEApplicationException(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 |