Class Io.Exceptions
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.Io.Exceptions
- Enclosing interface:
- Io<R extends GraphReader.ReaderBuilder,
W extends GraphWriter.WriterBuilder, M extends Mapper.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreaderFormatIsForFullGraphSerializationOnly(Class<? extends GraphReader> clazz) writerFormatIsForFullGraphSerializationOnly(Class<? extends GraphWriter> clazz)
-
Constructor Details
-
Exceptions
public Exceptions()
-
-
Method Details
-
readerFormatIsForFullGraphSerializationOnly
public static UnsupportedOperationException readerFormatIsForFullGraphSerializationOnly(Class<? extends GraphReader> clazz) -
writerFormatIsForFullGraphSerializationOnly
public static UnsupportedOperationException writerFormatIsForFullGraphSerializationOnly(Class<? extends GraphWriter> clazz)
-