uk.ac.essex.common.exception
Class MenuCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.essex.common.exception.MenuCreationException
All Implemented Interfaces:
java.io.Serializable

public class MenuCreationException
extends java.lang.Exception


Created Date: 01-Nov-2003

You should have received a copy of Lesser GNU public license with this code. If not please visit this site

See Also:
Serialized Form

Constructor Summary
MenuCreationException()
           
MenuCreationException(java.lang.String message)
           
MenuCreationException(java.lang.String message, java.lang.Throwable cause)
           
MenuCreationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MenuCreationException

public MenuCreationException()

MenuCreationException

public MenuCreationException(java.lang.String message)

MenuCreationException

public MenuCreationException(java.lang.String message,
                             java.lang.Throwable cause)

MenuCreationException

public MenuCreationException(java.lang.Throwable cause)