edu.asu.cri.MirkE.exceptions
Class MenuException

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

public class MenuException
extends java.lang.Exception

This class is exception class for menu related exception

Version:
$Id: MenuException.java,v 1.1 2005/02/22 16:35:17 smenor Exp $
Author:
Siva B.S.D.S
See Also:
Serialized Form

Constructor Summary
MenuException(java.lang.String message)
          Constructor accepting the message
MenuException(java.lang.String message, java.lang.Throwable causedByArg)
          Construct accepting the message and the caused by exception
MenuException(java.lang.Throwable causedByArg)
          Constructor accepting the caused by exception
 
Method Summary
 void printStackTrace(java.io.PrintStream out)
          Overloading the print stacktrace so that it will print the stack trace of causedby exception also
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MenuException

public MenuException(java.lang.String message)
Constructor accepting the message

Parameters:
message - Message

MenuException

public MenuException(java.lang.String message,
                     java.lang.Throwable causedByArg)
Construct accepting the message and the caused by exception

Parameters:
message - Message
causedByArg - Causedby exception

MenuException

public MenuException(java.lang.Throwable causedByArg)
Constructor accepting the caused by exception

Parameters:
causedByArg - Caused by exception
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream out)
Overloading the print stacktrace so that it will print the stack trace of causedby exception also

Parameters:
out -


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