be.ugent.caagt.swirl.menus

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

Constructor Summary

MenuConfigurationException(String message)
Create an exception of this kind with given detail message.
MenuConfigurationException(String message, Throwable cause)
Create an exception of this kind with given detail message and cause

Constructor Details

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