edu.asu.cri.MirkE.exceptions
Class MirkEIOException

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

public class MirkEIOException
extends java.io.IOException

Author:
Abuayyub
See Also:
Serialized Form

Constructor Summary
MirkEIOException(java.lang.String msg)
          Constructor with a message of the exception
MirkEIOException(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

MirkEIOException

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

Parameters:
msg - Message to further explain the exception

MirkEIOException

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