be.ugent.caagt.swirl.menus
Class MenuConfigurationException
RuntimeException
be.ugent.caagt.swirl.menus.MenuConfigurationException
public class MenuConfigurationException
extends RuntimeException
Indicates a menu configuration error. For example: the menu configuration
file is not found in the class path, it has the incorrect XML format,
there is some syntax or semantic error in the file, some actions are
not yet defined when the menu is built, etc.
An exception of this kind should almost always be considered a
programming error.
MenuConfigurationException
public MenuConfigurationException(String message)
Create an exception of this kind with given detail
message.
MenuConfigurationException
public MenuConfigurationException(String message,
Throwable cause)
Create an exception of this kind with given detail
message and cause