edu.asu.cri.MirkE.exceptions
Class MirkESystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byedu.asu.cri.MirkE.exceptions.MirkESystemException
All Implemented Interfaces:
java.io.Serializable

public class MirkESystemException
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
MirkESystemException(boolean flag)
          Constructor with a message of the exception and indicator to tell the exception handler to call system exit
MirkESystemException(java.lang.String msg)
          Constructor with a message of the exception
MirkESystemException(java.lang.String msg, java.lang.Throwable obj)
          Constructor with a message of the exception
MirkESystemException(java.lang.Throwable obj)
          Constructor with a message of the exception
MirkESystemException(java.lang.Throwable obj, boolean flag)
          Constructor with a message of the exception and indicator to tell the exception handler to call system exit
 
Method Summary
 boolean equals(java.lang.Object obj)
          Determines if the given instance is the same as this instance based on its content.
 java.lang.String getMyMessage()
           
 int hashCode()
          Returns the hashcode of this instance
 void setMyMessage(java.lang.String msg)
           
 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

MirkESystemException

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

Parameters:
msg - Message to further explain the exception

MirkESystemException

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

Parameters:
msg - Message to further explain the exception

MirkESystemException

public MirkESystemException(java.lang.Throwable obj)
Constructor with a message of the exception


MirkESystemException

public MirkESystemException(java.lang.Throwable obj,
                            boolean flag)
Constructor with a message of the exception and indicator to tell the exception handler to call system exit


MirkESystemException

public MirkESystemException(boolean flag)
Constructor with a message of the exception and indicator to tell the exception handler to call system exit

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 obj)
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

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

setMyMessage

public void setMyMessage(java.lang.String msg)

getMyMessage

public java.lang.String getMyMessage()


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