org.grinvin.graphs
Class GraphURIException
Exceptionorg.grinvin.graphs.GraphURIException
public class GraphURIException
extends Exception
Indicates that a graph could not be instantiated from a URI.
GraphURIException(String msg)- Constructs an instance of
GraphURIException with the specified detail message.
|
GraphURIException(String msg, Throwable cause)- Constructs an instance of
GraphURIException with the
specified detail message and cause
|
GraphURIException
public GraphURIException(String msg)
Constructs an instance of GraphURIException with the specified detail message.
msg - the detail message.
GraphURIException
public GraphURIException(String msg,
Throwable cause) Constructs an instance of GraphURIException with the
specified detail message and cause
msg - the detail message.cause - chained throwable