Searched refs:FlexBufferException (Results 1 – 3 of 3) sorted by relevance
621 throw new FlexBufferException("not_implemented:" + type); in toString()1190 public static class FlexBufferException extends RuntimeException { class in FlexBuffers1191 FlexBufferException(String msg) { in FlexBufferException() method in FlexBuffers.FlexBufferException
524 … throw new FlexBufferException("TypedVector does not support this element type"); in createVector()
18 import com.google.flatbuffers.FlexBuffers.FlexBufferException;745 } catch(FlexBufferException fb) { in testFlexBufferVectorStrings()