edu.asu.cri.MirkE.exceptions
Class MirkEApplicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byedu.asu.cri.MirkE.exceptions.MirkEApplicationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MirkETransactionException

public class MirkEApplicationException
extends java.lang.Throwable

Author:
abuayyub TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

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

MirkEApplicationException

public MirkEApplicationException(java.lang.String msg)
Constructor with a message of the exception

Parameters:
msg - Message to further explain the exception

MirkEApplicationException

public MirkEApplicationException(java.lang.String msg,
                                 java.lang.Throwable object)
Constructor with a message of the exception

Parameters:
msg - Message to further explain the exception
object - root cause of exception

MirkEApplicationException

public MirkEApplicationException(java.lang.Throwable object)
Constructor with a message of the exception

Parameters:
object - root cause of exception
Method Detail

toString

public java.lang.String toString()
Describes the instance and its content for debugging purpose

Returns:
Using the one from the super class

equals

public boolean equals(java.lang.Object object)
Determines if the given instance is the same as this instance based on its content. This means that it has to be of the same class ( or subclass ) and it has to have the same content

Parameters:
object -
Returns:
Returns the equals value from the super class

hashCode

public int hashCode()
Returns the hashcode of this instance

Returns:
Hashcode of the super class


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.