org.openrdf.model.util
Class GraphUtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.model.util.GraphUtilException
- All Implemented Interfaces:
- Serializable
public class GraphUtilException
- extends OpenRDFException
An exception thrown by GraphUtil when specific conditions are not
met.
- Author:
- Arjohn Kampman
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GraphUtilException
public GraphUtilException()
GraphUtilException
public GraphUtilException(String message)
GraphUtilException
public GraphUtilException(Throwable t)
GraphUtilException
public GraphUtilException(String message,
Throwable t)
Copyright © 2001-2010 Aduna. All Rights Reserved.