Lines Matching defs:tryCatch

338     private static void tryCatch(Buffer b, Class ex, Runnable thunk) {
353 private static void tryCatch(char [] t, Class ex, Runnable thunk) {
354 tryCatch(CharBuffer.wrap(t), ex, thunk);
421 tryCatch(b, BufferUnderflowException.class, new Runnable() {
426 tryCatch(b, BufferOverflowException.class, new Runnable() {
432 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
436 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
441 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
446 tryCatch(b, InvalidMarkException.class, new Runnable() {
651 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
656 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
661 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
666 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
671 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
736 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
741 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
783 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
795 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
799 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
805 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
809 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
815 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
819 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
826 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
830 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
836 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
840 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
844 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
848 tryCatch(b, IndexOutOfBoundsException.class, new Runnable() {
866 tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() {
870 tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() {
874 tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() {
878 tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() {
884 tryCatch(ba, NullPointerException.class, new Runnable() {
888 tryCatch(ba, NullPointerException.class, new Runnable() {
896 tryCatch((Buffer) null, IllegalArgumentException.class, new Runnable() {