Class ListenerInvocationNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ListenerInvocationNotAllowedException extends java.lang.RuntimeExceptionThrown when a listener invocation is attempted on a component or behavior that does not allow it. For example, somehow the user attempted to invoke link's onclick method on a disabled link.- Author:
- igor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListenerInvocationNotAllowedException(Component component, Behavior behavior, java.lang.String message)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BehaviorgetBehavior()ComponentgetComponent()
-