Lines Matching defs:tryCatch

220         tryCatch(b, InvalidMarkException.class, new Runnable() {
338 private static void tryCatch(Buffer b, Class ex, Runnable thunk) {
353 private static void tryCatch(byte [] t, Class ex, Runnable thunk) {
354 tryCatch(ByteBuffer.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() {
678 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
682 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
687 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
691 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
696 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
700 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
705 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
709 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
714 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
718 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
723 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
727 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
736 tryCatch(b, ReadOnlyBufferException.class, new Runnable() {
741 tryCatch(b, ReadOnlyBufferException.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() {
901 tryCatch((Buffer) null, IllegalArgumentException.class, new Runnable() {