|
||||||||||
| 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.apache.wicket.WicketRuntimeException
org.apache.wicket.behavior.InvalidBehaviorIdException
public class InvalidBehaviorIdException
Thrown when a behavior with an invalid id is requested
| Constructor Summary | |
|---|---|
InvalidBehaviorIdException(Component component,
int behaviorId)
Constructor |
|
| Method Summary | |
|---|---|
int |
getBehaviorId()
|
Component |
getComponent()
|
| 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 InvalidBehaviorIdException(Component component,
int behaviorId)
component - behaviorId - | Method Detail |
|---|
public Component getComponent()
public int getBehaviorId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||