edu.asu.cri.MirkE.exceptions
Class MirkEFileNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.io.FileNotFoundException
                  extended byedu.asu.cri.MirkE.exceptions.MirkEFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MirkEFileNotFoundException
extends java.io.FileNotFoundException

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

MirkEFileNotFoundException

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

Parameters:
msg - Message to further explain the exception

MirkEFileNotFoundException

public MirkEFileNotFoundException()
Constructor with a message of the exception


MirkEFileNotFoundException

public MirkEFileNotFoundException(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.