org.grinvin

Class GraphURIException


public class GraphURIException
extends Exception

Indicates that a graph could not be instantiated from a URI.

Constructor Summary

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

Constructor Details

GraphURIException

public GraphURIException(String msg)
Constructs an instance of GraphURIException with the specified detail message.
Parameters:
msg - the detail message.

GraphURIException

public GraphURIException(String msg,
                         Throwable cause)
Constructs an instance of GraphURIException with the specified detail message and cause
Parameters:
msg - the detail message.
cause - chained throwable