Class AppBusyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AppBusyException
    extends FocusVetoException
    Exception thrown when the application session is busy to veto the focus request.
    Author:
    Christopher Mindus
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      IFocusCompgetVetoedProperty()
      Gets the property that caused the exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AppBusyException

        public AppBusyException​(IFocusComp source)
        The property causing the veto.
        Parameters:
        source - The component.
    • Method Detail

      • getVetoedProperty

        public IFocusComp getVetoedProperty()
        Gets the property that caused the exception.
        Returns:
        The (non-null) focus component that was vetoed.