Class InvalidBehaviorIdException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidBehaviorIdException
    extends WicketRuntimeException
    Thrown when a behavior with an invalid id is requested
    Author:
    ivaynberg (Igor Vaynberg)
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBehaviorId()  
      Component getComponent()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • InvalidBehaviorIdException

        public InvalidBehaviorIdException​(Component component,
                                          int behaviorId)
        Constructor
        Parameters:
        component -
        behaviorId -
    • Method Detail

      • getComponent

        public Component getComponent()
        Returns:
        component which was thought to contain the behavior
      • getBehaviorId

        public int getBehaviorId()
        Returns:
        behavior id