ch.elca.el4j.services.gui.swing.cookswing.action
Class ActionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.elca.el4j.core.exceptions.BaseRTException
                  extended by ch.elca.el4j.services.gui.swing.cookswing.action.ActionNotFoundException
All Implemented Interfaces:
Serializable

public class ActionNotFoundException
extends BaseRTException

An exception expressing that an action could not be found.

Author:
Stefan Wismer (SWI)
See Also:
Serialized Form
File-location:
ActionNotFoundException
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseRTException
m_message, m_messageFormatParameters
 
Constructor Summary
ActionNotFoundException(String actionName)
           
 
Method Summary
 
Methods inherited from class ch.elca.el4j.core.exceptions.BaseRTException
getFormatParameters, getFormatString, getMessage, setFormatString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ActionNotFoundException

public ActionNotFoundException(String actionName)
Parameters:
actionName - the action name


Copyright © 2005-2011 ELCA. All Rights Reserved.