be.ugent.caagt.swirl.menus
Class MenuConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.ugent.caagt.swirl.menus.MenuConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class MenuConfigurationException
- extends java.lang.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.
- See Also:
- Serialized Form
Constructor Summary |
MenuConfigurationException(java.lang.String message)
Create an exception of this kind with given detail
message. |
MenuConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Create an exception of this kind with given detail
message and cause |
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 |
MenuConfigurationException
public MenuConfigurationException(java.lang.String message,
java.lang.Throwable cause)
- Create an exception of this kind with given detail
message and cause
MenuConfigurationException
public MenuConfigurationException(java.lang.String message)
- Create an exception of this kind with given detail
message.