Class OutOfWindowException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OutOfWindowException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OutOfWindowException​(int windowSize, int index, int parentPos, int childPos)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getChildPos()  
      int getIndex()  
      int getParentPos()  
      int getWindowSize()  
      • 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

      • OutOfWindowException

        public OutOfWindowException​(int windowSize,
                                    int index,
                                    int parentPos,
                                    int childPos)
    • Method Detail

      • getWindowSize

        public int getWindowSize()
      • getIndex

        public int getIndex()
      • getParentPos

        public int getParentPos()
      • getChildPos

        public int getChildPos()