Lines Matching refs:BadLocationException

578      * @exception BadLocationException  the given remove position is not a valid
582 public void remove(int offs, int len) throws BadLocationException {
602 void handleRemove(int offs, int len) throws BadLocationException {
605 throw new BadLocationException("Invalid remove",
648 * @exception BadLocationException the given position is not a valid
653 AttributeSet attrs) throws BadLocationException {
692 * @exception BadLocationException the given insert position is not a valid
696 public void insertString(int offs, String str, AttributeSet a) throws BadLocationException {
720 throws BadLocationException {
764 * @exception BadLocationException the range given includes a position
768 public String getText(int offset, int length) throws BadLocationException {
770 throw new BadLocationException("Length must be positive", length);
805 * @exception BadLocationException the range given includes a position
808 public void getText(int offset, int length, Segment txt) throws BadLocationException {
810 throw new BadLocationException("Length must be positive", length);
826 * @exception BadLocationException if the given position does not
830 public synchronized Position createPosition(int offs) throws BadLocationException {
845 } catch (BadLocationException bl) {
862 } catch (BadLocationException bl) {
981 } catch (BadLocationException ble) {
1208 } catch (BadLocationException e ) {
1594 * @exception BadLocationException for an invalid offset
1596 public Position createPosition(int offset) throws BadLocationException;
1613 * @exception BadLocationException thrown if the area covered by
1616 public UndoableEdit insertString(int where, String str) throws BadLocationException;
1627 * @exception BadLocationException Thrown if the area covered by
1630 public UndoableEdit remove(int where, int nitems) throws BadLocationException;
1638 * @exception BadLocationException Thrown if the area covered by
1641 public String getString(int where, int len) throws BadLocationException;
1649 * @exception BadLocationException Thrown if the area covered by
1652 public void getChars(int where, int len, Segment txt) throws BadLocationException;
1831 } catch (BadLocationException e) {
2506 } catch (BadLocationException e) {
2632 } catch (BadLocationException e) {
3102 BadLocationException {
3108 BadLocationException {
3113 AttributeSet attrs) throws BadLocationException {