Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14095 - Invalid scroll data invalid scrollBar or scroll range

14095   Invalid scroll data: invalid scrollBar or scroll range

Cause

This error occurs if the calls to the getScrollRange method or the setScrollRange method specify an invalid scroll bar type (SCROLL_HORZ or SCROLL_VERT), if the minimum scroll range is greater than the maximum scroll range, or if the small change value is greater than the large change value.

Action

Ensure that the parameters to the getScrollRange and the setScrollRange methods are valid.