| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jaffa.exceptions.CustomRuntimeException
org.jaffa.presentation.portlet.EventHandlerMissingRuntimeException
This exception is thrown if no method is found for handling the eventId passed to perform method of the Action. In case no eventId is passed, this exception is thrown, if no defaultAction is provided by the Action
| Constructor Summary | |
| EventHandlerMissingRuntimeException()Default constructor | |
| EventHandlerMissingRuntimeException(String msg)Constructs the exception with the specified detail message | |
| EventHandlerMissingRuntimeException(String msg,
                                                                       Throwable sourceException)Constructs the exception with the specified detail message and nested exception | |
| 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 | 
public EventHandlerMissingRuntimeException()
public EventHandlerMissingRuntimeException(String msg)
msg - the detail message
public EventHandlerMissingRuntimeException(String msg,
                                           Throwable sourceException)
msg - the detail messagesourceException - the nested exception| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||