public class ExceptionConverter
extends java.lang.Object
Constructor and Description |
---|
ExceptionConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
convert(java.lang.Exception e)
Converts an exception to the a GraphIOException.
|
public static void convert(java.lang.Exception e) throws GraphIOException
e
- the exception to be convertedGraphIOException
- the converted exception